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.".
لقطات شاشة التمديد
تحميل ملف CRX للإضافة WaiverForever Connect
قم بتنزيل ملفات الامتداد WaiverForever Connect بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات 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 |
عنوان صفحة المساعدة | https://www.waiverforever.com/support |
عنوان صفحة سياسة الخصوصية | 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 } |