WaiverForever Connect

Help you import WaiverForever data into membership management systems.

Co to jest WaiverForever Connect?

WaiverForever Connect to rozszerzenie Chrome opracowane przez https://waiverforever.com, a jego główną funkcją jest „Help you import WaiverForever data into membership management systems.”.

Zrzuty ekranu rozszerzenia

screenshot
screenshot
screenshot

Pobierz plik CRX rozszerzenia WaiverForever Connect

Pobierz pliki rozszerzeń WaiverForever Connect w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.

Instrukcja Użytkowania Rozszerzenia

                        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.                    

Podstawowe informacje o rozszerzeniu

Nazwa WaiverForever Connect WaiverForever Connect
ID hojbfdlckjamkeacedcejbahgkgagedk
Oficjalny URL https://chromewebstore.google.com/detail/waiverforever-connect/hojbfdlckjamkeacedcejbahgkgagedk
Opis Help you import WaiverForever data into membership management systems.
Rozmiar pliku 78.91 KB
Liczba instalacji 552
Aktualna Wersja 2.4.1
Ostatnia Aktualizacja 2021-08-20
Data Publikacji 2020-06-30
Ocena 2.80/5 Łącznie 5 Oceny
Deweloper https://waiverforever.com
E-mail [email protected]
Typ Płatności free
Strona Rozszerzenia https://www.waiverforever.com
Adres URL Strony Pomocy https://www.waiverforever.com/support
Adres URL Strony Polityki Prywatności https://www.waiverforever.com/privacy
Obsługiwane Języki 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
}