Smartwaiver Kiosk Control

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

Vad är Smartwaiver Kiosk Control?

Smartwaiver Kiosk Control är en Chrome-tillägg utvecklad av https://www.smartwaiver.com, och dess huvudfunktion är "Control your Smartwaiver Kiosk from your browser. Send participant information from your computer to your Kiosk for signature.".

Tilläggsskärmbilder

screenshot

Ladda ner Smartwaiver Kiosk Control-förlängningens CRX-fil

Ladda ner Smartwaiver Kiosk Control-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.

Användarmanual för Tillägg

                        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.                    

Grundläggande Information om Tillägg

Namn Smartwaiver Kiosk Control Smartwaiver Kiosk Control
ID omjlfpkldppmmdpinggdblannnidjibb
Officiell webbadress https://chromewebstore.google.com/detail/smartwaiver-kiosk-control/omjlfpkldppmmdpinggdblannnidjibb
Beskrivning Control your Smartwaiver Kiosk from your browser. Send participant information from your computer to your Kiosk for signature.
Filstorlek 89.72 KB
Antal Installationer 117
Aktuell Version 1.0.2
Senast Uppdaterad 2017-05-15
Publiceringsdatum 2017-05-15
Utvecklare https://www.smartwaiver.com
E-post [email protected]
Betalningssätt free
Tilläggswebbplats https://www.smartwaiver.com
Hjälpsida URL https://www.smartwaiver.com/kb/275
URL till Sekretesspolicy Sidan https://www.smartwaiver.com/privacy
Stödda Språk 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"
    ]
}