WaiverForever Connect

Help you import WaiverForever data into membership management systems.

WaiverForever Connectคืออะไร?

WaiverForever Connect เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://waiverforever.com และคุณลักษณะหลักของมันคือ "Help you import WaiverForever data into membership management systems."

ภาพหน้าจอของส่วนขยาย

screenshot
screenshot
screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย WaiverForever Connect

ดาวน์โหลดไฟล์ส่วนขยาย 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
}