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.」です。
拡張機能のスクリーンショット
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 |
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 |
Eメール | [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 } |