WaiverForever Connect
Help you import WaiverForever data into membership management systems.
WaiverForever Connect là gì?
WaiverForever Connect là một tiện ích mở rộng Chrome được phát triển bởi https://waiverforever.com, và tính năng chính của nó là "Help you import WaiverForever data into membership management systems.".
Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng
Tải xuống tệp CRX của tiện ích mở rộng WaiverForever Connect
Tải xuống các tệp mở rộng WaiverForever Connect dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.
Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng
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.
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | WaiverForever Connect |
ID | hojbfdlckjamkeacedcejbahgkgagedk |
URL Chính Thức | https://chromewebstore.google.com/detail/waiverforever-connect/hojbfdlckjamkeacedcejbahgkgagedk |
Mô tả | Help you import WaiverForever data into membership management systems. |
Kích Thước Tệp | 78.91 KB |
Số Lần Cài Đặt | 552 |
Phiên Bản Hiện Tại | 2.4.1 |
Cập Nhật Lần Cuối | 2021-08-20 |
Ngày Phát Hành | 2020-06-30 |
Đánh Giá | 2.80/5 Tổng số 5 Đánh Giá |
Nhà Phát Triển | https://waiverforever.com |
[email protected] | |
Loại Thanh Toán | free |
Trang Web Mở Rộng | https://www.waiverforever.com |
URL Trang Trợ Giúp | https://www.waiverforever.com/support |
URL Trang Chính Sách Bảo Mật | https://www.waiverforever.com/privacy |
Ngôn Ngữ Được Hỗ Trợ | 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 } |