WaiverForever Connect

Help you import WaiverForever data into membership management systems.

Qu'est-ce que WaiverForever Connect ?

WaiverForever Connect est une extension Chrome développée par https://waiverforever.com, et sa fonction principale est "Help you import WaiverForever data into membership management systems.".

Captures d'Écran de l'Extension

screenshot
screenshot
screenshot

Télécharger le fichier CRX de l'extension WaiverForever Connect

Téléchargez les fichiers d'extension WaiverForever Connect 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

                        WaiverForever Connect helps you automatically fill your client's information from WaiverForever into your membership management of your choice. No more manual typing into fields, everything is now handled by a push of a button.                    

Informations de Base sur l'Extension

Nom WaiverForever Connect WaiverForever Connect
ID hojbfdlckjamkeacedcejbahgkgagedk
URL Officiel https://chromewebstore.google.com/detail/waiverforever-connect/hojbfdlckjamkeacedcejbahgkgagedk
Description Help you import WaiverForever data into membership management systems.
Taille du Fichier 78.91 KB
Nombre d'Installations 552
Version Actuelle 2.4.1
Dernière Mise à Jour 2021-08-20
Date de Publication 2020-06-30
Évaluation 2.80/5 Total 5 Évaluations
Développeur https://waiverforever.com
Email [email protected]
Type de Paiement free
Site Web de l'Extension https://www.waiverforever.com
URL de la Page d'Aide https://www.waiverforever.com/support
URL de la Page de Politique de Confidentialité https://www.waiverforever.com/privacy
Langues Prises en Charge en,zh-CN,zh-TW
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "__MSG_ext_name__",
    "default_locale": "en",
    "version": "2.4.1",
    "description": "__MSG_ext_desc__",
    "permissions": [
        "activeTab",
        "storage",
        "https:\/\/*.waiverforever.com",
        "https:\/\/*.waiverforeverk8s.com"
    ],
    "options_page": "options.html",
    "browser_action": {
        "default_popup": "popup.html",
        "default_icon": {
            "16": "images\/icon-16.png",
            "32": "images\/icon-32.png",
            "48": "images\/icon-48.png",
            "128": "images\/icon-128.png"
        }
    },
    "icons": {
        "16": "images\/icon-16.png",
        "32": "images\/icon-32.png",
        "48": "images\/icon-48.png",
        "128": "images\/icon-128.png"
    },
    "background": {
        "scripts": [
            "scripts\/constants.js",
            "scripts\/lib\/h.js",
            "scripts\/lib\/utils.js",
            "scripts\/background.js"
        ],
        "persistent": true
    },
    "manifest_version": 2
}