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是由https://www.smartwaiver.com开发的Chrome扩展程序,该扩展的主要功能是“Control your Smartwaiver Kiosk from your browser. Send participant information from your computer to your Kiosk for signature.”。

扩展截图

screenshot

下载Smartwaiver Kiosk Control扩展crx文件

下载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"
    ]
}