WaiverForever Connect

Help you import WaiverForever data into membership management systems.

Cos'è WaiverForever Connect?

WaiverForever Connect è un'estensione di Chrome sviluppata da https://waiverforever.com, e la sua funzione principale è "Help you import WaiverForever data into membership management systems.".

Screenshot dell'Estensione

screenshot
screenshot
screenshot

Scarica il file CRX dell'estensione WaiverForever Connect

Scarica i file di estensione WaiverForever Connect in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

                        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.                    

Informazioni di Base sull'Estensione

Nome WaiverForever Connect WaiverForever Connect
ID hojbfdlckjamkeacedcejbahgkgagedk
URL Ufficiale https://chromewebstore.google.com/detail/waiverforever-connect/hojbfdlckjamkeacedcejbahgkgagedk
Descrizione Help you import WaiverForever data into membership management systems.
Dimensione del File 78.91 KB
Conteggio Installazioni 552
Versione Corrente 2.4.1
Ultimo Aggiornamento 2021-08-20
Data di Pubblicazione 2020-06-30
Valutazione 2.80/5 Totale 5 Valutazioni
Sviluppatore https://waiverforever.com
Email [email protected]
Tipo di Pagamento free
Sito Web dell'Estensione https://www.waiverforever.com
URL della Pagina di Aiuto https://www.waiverforever.com/support
URL della Pagina della Politica sulla Privacy https://www.waiverforever.com/privacy
Lingue Supportate 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
}