CommPay for HughesNet
This extension allows CommPayPro to retrieve information entered during the creation of a HughesNet sale.
Hvad er CommPay for HughesNet?
CommPay for HughesNet er en Chrome-udvidelse udviklet af CommPayPro, og dens hovedfunktion er "This extension allows CommPayPro to retrieve information entered during the creation of a HughesNet sale.".
Udvidelsesskærmbilleder
Download CommPay for HughesNet-udvidelses-CRX-fil
Download CommPay for HughesNet-udvidelsesfiler i crx-format, installer Chrome-udvidelser manuelt i browseren eller del crx-filer med venner for nemt at installere Chrome-udvidelser.
Brugsanvisning til Udvidelsen
This extension allows CommPayPro to retrieve information entered during the creation of a HughesNet sale.
Grundlæggende oplysninger om udvidelsen
Navn | CommPay for HughesNet |
ID | jhglpemkkfphlkjalpamfpbipfncajkk |
Officiel URL | https://chromewebstore.google.com/detail/commpay-for-hughesnet/jhglpemkkfphlkjalpamfpbipfncajkk |
Beskrivelse | This extension allows CommPayPro to retrieve information entered during the creation of a HughesNet sale. |
Filstørrelse | 183 KB |
Antal Installationer | 39 |
Nuværende Version | 3.1 |
Senest Opdateret | 2020-01-15 |
Udgivelsesdato | 2020-01-15 |
Bedømmelse | 5.00/5 Samlet 1 Bedømmelser |
Udvikler | CommPayPro |
[email protected] | |
Betalingsmetode | free |
URL til Fortrolighedspolitik Side | http://www.commpaypro.com/PrivacyPolicy.aspx |
Understøttede Sprog | 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 } ] } |