CommPay for HughesNet
This extension allows CommPayPro to retrieve information entered during the creation of a HughesNet sale.
Was ist CommPay for HughesNet?
CommPay for HughesNet ist eine Chrome-Erweiterung, die von CommPayPro entwickelt wurde, und ihr Hauptmerkmal ist "This extension allows CommPayPro to retrieve information entered during the creation of a HughesNet sale.".
Erweiterungsscreenshots
CommPay for HughesNet-Erweiterungs-CRX-Datei herunterladen
Laden Sie CommPay for HughesNet-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.
Anleitung zur Verwendung der Erweiterung
This extension allows CommPayPro to retrieve information entered during the creation of a HughesNet sale.
Grundlegende Informationen zur Erweiterung
Name | CommPay for HughesNet |
ID | jhglpemkkfphlkjalpamfpbipfncajkk |
Offizielle URL | https://chromewebstore.google.com/detail/commpay-for-hughesnet/jhglpemkkfphlkjalpamfpbipfncajkk |
Beschreibung | This extension allows CommPayPro to retrieve information entered during the creation of a HughesNet sale. |
Dateigröße | 183 KB |
Installationsanzahl | 39 |
Aktuelle Version | 3.1 |
Letztes Update | 2020-01-15 |
Veröffentlichungsdatum | 2020-01-15 |
Bewertung | 5.00/5 Insgesamt 1 Bewertungen |
Entwickler | CommPayPro |
[email protected] | |
Zahlungsart | free |
URL der Datenschutzrichtlinien-Seite | http://www.commpaypro.com/PrivacyPolicy.aspx |
Unterstützte Sprachen | 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 } ] } |