Smartwaiver Kiosk Control

Control your Smartwaiver Kiosk from your browser. Send participant information from your computer to your Kiosk for signature.

Was ist Smartwaiver Kiosk Control?

Smartwaiver Kiosk Control ist eine Chrome-Erweiterung, die von https://www.smartwaiver.com entwickelt wurde, und ihr Hauptmerkmal ist "Control your Smartwaiver Kiosk from your browser. Send participant information from your computer to your Kiosk for signature.".

Erweiterungsscreenshots

screenshot

Smartwaiver Kiosk Control-Erweiterungs-CRX-Datei herunterladen

Laden Sie Smartwaiver Kiosk Control-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.

Anleitung zur Verwendung der Erweiterung

                        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.                    

Grundlegende Informationen zur Erweiterung

Name Smartwaiver Kiosk Control Smartwaiver Kiosk Control
ID omjlfpkldppmmdpinggdblannnidjibb
Offizielle URL https://chromewebstore.google.com/detail/smartwaiver-kiosk-control/omjlfpkldppmmdpinggdblannnidjibb
Beschreibung Control your Smartwaiver Kiosk from your browser. Send participant information from your computer to your Kiosk for signature.
Dateigröße 89.72 KB
Installationsanzahl 117
Aktuelle Version 1.0.2
Letztes Update 2017-05-15
Veröffentlichungsdatum 2017-05-15
Entwickler https://www.smartwaiver.com
E-Mail [email protected]
Zahlungsart free
Erweiterungswebsite https://www.smartwaiver.com
Hilfeseite URL https://www.smartwaiver.com/kb/275
URL der Datenschutzrichtlinien-Seite https://www.smartwaiver.com/privacy
Unterstützte Sprachen 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"
    ]
}