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 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        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
이메일 [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"
    ]
}