WaiverForever Connect
Help you import WaiverForever data into membership management systems.
What is WaiverForever Connect?
WaiverForever Connect is a Chrome extension developed by https://waiverforever.com, and its main feature is "Help you import WaiverForever data into membership management systems.".
Extension Screenshots
Download WaiverForever Connect Extension CRX File
Download WaiverForever Connect extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
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.
Extension Basic Information
Name | WaiverForever Connect |
ID | hojbfdlckjamkeacedcejbahgkgagedk |
Official URL | https://chromewebstore.google.com/detail/waiverforever-connect/hojbfdlckjamkeacedcejbahgkgagedk |
Description | Help you import WaiverForever data into membership management systems. |
File Size | 78.91 KB |
Installation Count | 552 |
Current Version | 2.4.1 |
Last Updated | 2021-08-20 |
Publish Date | 2020-06-30 |
Rating | 2.80/5 Total 5 Ratings |
Developer | https://waiverforever.com |
[email protected] | |
Payment Type | free |
Extension Website | https://www.waiverforever.com |
Help Page URL | https://www.waiverforever.com/support |
Privacy Policy Page URL | https://www.waiverforever.com/privacy |
Supported Languages | 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 } |