CommPay for HughesNet
This extension allows CommPayPro to retrieve information entered during the creation of a HughesNet sale.
Apa itu CommPay for HughesNet?
CommPay for HughesNet adalah ekstensi Chrome yang dikembangkan oleh CommPayPro, dan fitur utamanya adalah "This extension allows CommPayPro to retrieve information entered during the creation of a HughesNet sale.".
Screenshot Ekstensi
Unduh Berkas CRX Ekstensi CommPay for HughesNet
Unduh file ekstensi CommPay for HughesNet dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.
Petunjuk Penggunaan Ekstensi
This extension allows CommPayPro to retrieve information entered during the creation of a HughesNet sale.
Informasi Dasar Ekstensi
Nama | CommPay for HughesNet |
ID | jhglpemkkfphlkjalpamfpbipfncajkk |
URL Resmi | https://chromewebstore.google.com/detail/commpay-for-hughesnet/jhglpemkkfphlkjalpamfpbipfncajkk |
Deskripsi | This extension allows CommPayPro to retrieve information entered during the creation of a HughesNet sale. |
Ukuran File | 183 KB |
Jumlah Instalasi | 39 |
Versi Saat Ini | 3.1 |
Terakhir Diperbarui | 2020-01-15 |
Tanggal Publikasi | 2020-01-15 |
Penilaian | 5.00/5 Total 1 Penilaian |
Pengembang | CommPayPro |
[email protected] | |
Tipe Pembayaran | free |
URL Halaman Kebijakan Privasi | http://www.commpaypro.com/PrivacyPolicy.aspx |
Bahasa yang Didukung | 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 } ] } |