CommPay for HughesNet
This extension allows CommPayPro to retrieve information entered during the creation of a HughesNet sale.
ما هو CommPay for HughesNet؟
CommPay for HughesNet هو إضافة Chrome تم تطويرها بواسطة CommPayPro، والميزة الرئيسية لها هي "This extension allows CommPayPro to retrieve information entered during the creation of a HughesNet sale.".
لقطات شاشة التمديد
تحميل ملف CRX للإضافة CommPay for HughesNet
قم بتنزيل ملفات الامتداد CommPay for HughesNet بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.
تعليمات استخدام التمديد
This extension allows CommPayPro to retrieve information entered during the creation of a HughesNet sale.
معلومات أساسية عن التمديد
الاسم | CommPay for HughesNet |
ID | jhglpemkkfphlkjalpamfpbipfncajkk |
عنوان URL الرسمي | https://chromewebstore.google.com/detail/commpay-for-hughesnet/jhglpemkkfphlkjalpamfpbipfncajkk |
الوصف | This extension allows CommPayPro to retrieve information entered during the creation of a HughesNet sale. |
حجم الملف | 183 KB |
عدد التثبيتات | 39 |
النسخة الحالية | 3.1 |
آخر تحديث | 2020-01-15 |
تاريخ النشر | 2020-01-15 |
تقييم | 5.00/5 مجموع تقييمات 1 |
المطور | CommPayPro |
البريد الإلكتروني | [email protected] |
نوع الدفع | free |
عنوان صفحة سياسة الخصوصية | http://www.commpaypro.com/PrivacyPolicy.aspx |
اللغات المدعومة | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "CommPay for HughesNet", "description": "This extension allows CommPayPro to retrieve information entered during the creation of a HughesNet sale.", "version": "3.1", "permissions": [ "https:\/\/commpay1\/", "https:\/\/*.hughesnet.com\/", "https:\/\/commpay.software\/" ], "background": { "scripts": [ "jquery-1.11.2.js", "jquery.base64.js", "background.js" ], "persistent": false }, "content_scripts": [ { "matches": [ "https:\/\/auth.myhughesnet.com\/*", "https:\/\/secure.hughesnet.com\/*", "https:\/\/ssopow.hughesnet.com\/*" ], "js": [ "jquery-1.11.2.js", "jquery.base64.js", "commpay_hughes.js" ], "all_frames": true } ] } |