Smartwaiver

Smartwaiver.com - Online Waivers for Smart Companies

Smartwaiverとは何ですか?

Smartwaiverはhttps://www.smartwaiver.comによって開発されたChromeの拡張機能で、その主な機能は「Smartwaiver.com - Online Waivers for Smart Companies」です。

拡張機能のスクリーンショット

screenshot

Smartwaiver拡張機能のCRXファイルをダウンロード

Smartwaiver拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。

拡張機能の使用方法

                        The Smartwaiver extension with Smart Fill enables you to transfer information from your signed smart waivers to your Point of Sale (POS) or Customer Relationship Management (CRM) System. This saves your staff time and ensures accurate data when adding a new customer record to your database.                    

拡張機能の基本情報

名前 Smartwaiver Smartwaiver
ID gkemkmbjgiaogipgcgibcicnbhmhcign
公式URL https://chromewebstore.google.com/detail/smartwaiver/gkemkmbjgiaogipgcgibcicnbhmhcign
説明 Smartwaiver.com - Online Waivers for Smart Companies
ファイルサイズ 173 KB
インストール数 389
現在のバージョン 2.0.0
最終更新日 2018-05-23
公開日 2018-05-23
評価 2.00/5 合計 1 レビュー
開発者 https://www.smartwaiver.com
Eメール [email protected]
支払い方法 free
拡張機能のウェブサイト https://support.smartwaiver.com/hc/en-us/articles/115015428087-How-do-I-use-Smart-Fill-to-transfer-information-from-Smartwaiver-to-my-POS-or-CRM-like-MINDBODY-and-Zenplanner-
ヘルプページのURL https://support.smartwaiver.com/hc/en-us/articles/115015428087-How-do-I-use-Smart-Fill-to-transfer-information-from-Smartwaiver-to-my-POS-or-CRM-like-MINDBODY-and-Zenplanner-
プライバシーポリシーページのURL https://www.smartwaiver.com/privacy
対応言語 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Smartwaiver",
    "version": "2.0.0",
    "minimum_chrome_version": "20",
    "description": "Smartwaiver.com - Online Waivers for Smart Companies",
    "manifest_version": 2,
    "options_page": "options.html",
    "background": {
        "page": "background.html"
    },
    "icons": {
        "16": "images\/icon16.png",
        "48": "images\/icon48.png",
        "128": "images\/icon128.png"
    },
    "content_scripts": [
        {
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ],
            "css": [
                "css\/style.css",
                "css\/jquery-ui-1.10.3.custom.min.css"
            ],
            "js": [
                "js\/jquery-1.8.2.min.js",
                "js\/jquery-ui-1.10.3.custom.min.js",
                "js\/jsend.min.js",
                "js\/moment.min.js",
                "js\/content-script.js"
            ],
            "all_frames": true
        }
    ],
    "browser_action": {
        "default_icon": "images\/icon19.png",
        "default_title": "Smartwaiver"
    },
    "permissions": [
        "tabs"
    ],
    "web_accessible_resources": [
        "images\/busy-animation.gif",
        "images\/icon-back-button.png",
        "images\/icon-home-button.png",
        "images\/icon-ok-button.gif",
        "images\/logo.png",
        "\/images\/sw_smartfill_hand.png"
    ]
}