Smartwaiver

Smartwaiver.com - Online Waivers for Smart Companies

ما هو Smartwaiver؟

Smartwaiver هو إضافة Chrome تم تطويرها بواسطة https://www.smartwaiver.com، والميزة الرئيسية لها هي "Smartwaiver.com - Online Waivers for Smart Companies".

لقطات شاشة التمديد

screenshot

تحميل ملف CRX للإضافة Smartwaiver

قم بتنزيل ملفات الامتداد Smartwaiver بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات 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-
عنوان صفحة المساعدة 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-
عنوان صفحة سياسة الخصوصية 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"
    ]
}