Smartwaiver Kiosk Control

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

Что такое Smartwaiver Kiosk Control?

Smartwaiver Kiosk Control - это расширение Chrome, разработанное https://www.smartwaiver.com, и его основная функция - "Control your Smartwaiver Kiosk from your browser. Send participant information from your computer to your Kiosk for signature.".

Снимки экрана расширения

screenshot

Скачать файл CRX расширения Smartwaiver Kiosk Control

Скачайте файлы расширений Smartwaiver Kiosk Control в формате crx, установите расширения Chrome вручную в браузере или поделитесь файлами crx с друзьями, чтобы легко установить расширения Chrome.

Инструкции по использованию расширения

                        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.                    

Основная информация о расширении

Название Smartwaiver Kiosk Control Smartwaiver Kiosk Control
ID omjlfpkldppmmdpinggdblannnidjibb
Официальный URL https://chromewebstore.google.com/detail/smartwaiver-kiosk-control/omjlfpkldppmmdpinggdblannnidjibb
Описание Control your Smartwaiver Kiosk from your browser. Send participant information from your computer to your Kiosk for signature.
Размер файла 89.72 KB
Количество установок 117
Текущая Версия 1.0.2
Последнее Обновление 2017-05-15
Дата публикации 2017-05-15
Разработчик https://www.smartwaiver.com
Электронная почта [email protected]
Тип оплаты free
Официальный сайт расширения https://www.smartwaiver.com
URL страницы помощи https://www.smartwaiver.com/kb/275
URL страницы политики конфиденциальности https://www.smartwaiver.com/privacy
Поддерживаемые языки 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"
    ]
}