WaiverForever Connect

Help you import WaiverForever data into membership management systems.

什麼是WaiverForever Connect?

WaiverForever Connect是由https://waiverforever.com開發的Chrome擴展程式,該擴展的主要功能是“Help you import WaiverForever data into membership management systems.”。

擴展截圖

screenshot
screenshot
screenshot

下載WaiverForever Connect擴展crx文件

下載WaiverForever Connect擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。

擴展使用說明

                        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.                    

擴展基本資訊

名稱 WaiverForever Connect WaiverForever Connect
ID hojbfdlckjamkeacedcejbahgkgagedk
官方網址 https://chromewebstore.google.com/detail/waiverforever-connect/hojbfdlckjamkeacedcejbahgkgagedk
簡介 Help you import WaiverForever data into membership management systems.
檔案大小 78.91 KB
安裝次數 552
目前版本 2.4.1
更新時間 2021-08-20
上架時間 2020-06-30
評分 2.80/5 共 5 次評分
開發者 https://waiverforever.com
電子郵箱 [email protected]
付費類型 free
擴展官網 https://www.waiverforever.com
說明頁面URL https://www.waiverforever.com/support
隱私政策頁面URL https://www.waiverforever.com/privacy
支援的語言 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
}