WaiverForever Connect
Help you import WaiverForever data into membership management systems.
WaiverForever Connect क्या है?
WaiverForever Connect https://waiverforever.com द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Help you import WaiverForever data into membership management systems."।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में WaiverForever Connect एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।
एक्सटेंशन उपयोग निर्देश
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 |
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 } |