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
官方URL 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
}