Smartwaiver

Smartwaiver.com - Online Waivers for Smart Companies

Qu'est-ce que Smartwaiver ?

Smartwaiver est une extension Chrome développée par https://www.smartwaiver.com, et sa fonction principale est "Smartwaiver.com - Online Waivers for Smart Companies".

Captures d'Écran de l'Extension

screenshot

Télécharger le fichier CRX de l'extension Smartwaiver

Téléchargez les fichiers d'extension Smartwaiver au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

                        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.                    

Informations de Base sur l'Extension

Nom Smartwaiver Smartwaiver
ID gkemkmbjgiaogipgcgibcicnbhmhcign
URL Officiel https://chromewebstore.google.com/detail/smartwaiver/gkemkmbjgiaogipgcgibcicnbhmhcign
Description Smartwaiver.com - Online Waivers for Smart Companies
Taille du Fichier 173 KB
Nombre d'Installations 389
Version Actuelle 2.0.0
Dernière Mise à Jour 2018-05-23
Date de Publication 2018-05-23
Évaluation 2.00/5 Total 1 Évaluations
Développeur https://www.smartwaiver.com
Email [email protected]
Type de Paiement free
Site Web de l'Extension 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 de la Page d'Aide 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 de la Page de Politique de Confidentialité https://www.smartwaiver.com/privacy
Langues Prises en Charge 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"
    ]
}