Smartwaiver Kiosk Control
Control your Smartwaiver Kiosk from your browser. Send participant information from your computer to your Kiosk for signature.
What is Smartwaiver Kiosk Control?
Smartwaiver Kiosk Control is a Chrome extension developed by https://www.smartwaiver.com, and its main feature is "Control your Smartwaiver Kiosk from your browser. Send participant information from your computer to your Kiosk for signature.".
Extension Screenshots
Download Smartwaiver Kiosk Control Extension CRX File
Download Smartwaiver Kiosk Control extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
Streamline the waiver signing process at your business with Smartwaiver. Convert your existing waiver into a digital smart waiver so participants can sign your legal documents ahead of time, online or at a Kiosk at your location. With the Smartwaiver Kiosk Control extension you can type in the participant’s information from your computer and send it to a Smartwaiver Kiosk at your facility with the push of a button. The customer can then review the waiver at the Kiosk, with their information filled in, and then digitally sign.
Extension Basic Information
Name | Smartwaiver Kiosk Control |
ID | omjlfpkldppmmdpinggdblannnidjibb |
Official URL | https://chromewebstore.google.com/detail/smartwaiver-kiosk-control/omjlfpkldppmmdpinggdblannnidjibb |
Description | Control your Smartwaiver Kiosk from your browser. Send participant information from your computer to your Kiosk for signature. |
File Size | 89.72 KB |
Installation Count | 117 |
Current Version | 1.0.2 |
Last Updated | 2017-05-15 |
Publish Date | 2017-05-15 |
Developer | https://www.smartwaiver.com |
[email protected] | |
Payment Type | free |
Extension Website | https://www.smartwaiver.com |
Help Page URL | https://www.smartwaiver.com/kb/275 |
Privacy Policy Page URL | https://www.smartwaiver.com/privacy |
Supported Languages | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Smartwaiver Kiosk Control", "version": "1.0.2", "minimum_chrome_version": "54", "description": "Control your Smartwaiver Kiosk from your browser. Send participant information from your computer to your Kiosk for signature.", "manifest_version": 2, "icons": { "16": "images\/icon16.png", "48": "images\/icon48.png", "128": "images\/icon128.png" }, "browser_action": { "default_icon": { "16": "images\/icon16.png", "24": "images\/icon24.png", "32": "images\/icon32.png" }, "default_title": "Smartwaiver Kiosk", "default_popup": "popup.html" }, "permissions": [ "storage" ] } |