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 กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
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 |
URL หน้านโยบายความเป็นส่วนตัว | 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 } ] } |