KAVworks Close Kiosk Plugin
Extension Delisted
This extension is no longer available in the official store. Delisted on 2025-09-15.
CRX ID
jjefaiminmmcjommohpnmpiompbcekaa
Status
Minor Policy Violation
Removed Long Ago
No Privacy Policy
Description from extension meta
This extension closes the chrome in kiosk mode
Description from store
This extension is used to close the kiosk mode of chrome from javascript. For example, you want an exit button in your web page, while running in kiosk mode. To exit you will have to call following javascript from your code.
window.postMessage({ type: "closemykiosk", text: "hello" }, "*");
Latest reviews
김재문
2021-02-19
정확히 제가 찾던 기능입니다. window.close 가 불가했는데, 해결했습니다.