CommPay for HughesNet
This extension allows CommPayPro to retrieve information entered during the creation of a HughesNet sale.
Cos'è CommPay for HughesNet?
CommPay for HughesNet è un'estensione di Chrome sviluppata da CommPayPro, e la sua funzione principale è "This extension allows CommPayPro to retrieve information entered during the creation of a HughesNet sale.".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione CommPay for HughesNet
Scarica i file di estensione CommPay for HughesNet in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.
Istruzioni per l'Uso dell'Estensione
This extension allows CommPayPro to retrieve information entered during the creation of a HughesNet sale. Informazioni di Base sull'Estensione
| Nome | |
| ID | jhglpemkkfphlkjalpamfpbipfncajkk |
| URL Ufficiale | https://chromewebstore.google.com/detail/commpay-for-hughesnet/jhglpemkkfphlkjalpamfpbipfncajkk |
| Descrizione | This extension allows CommPayPro to retrieve information entered during the creation of a HughesNet sale. |
| Dimensione del File | 183 KB |
| Conteggio Installazioni | 39 |
| Versione Corrente | 3.1 |
| Ultimo Aggiornamento | 2020-01-15 |
| Data di Pubblicazione | 2020-01-15 |
| Valutazione | 5.00/5 Totale 1 Valutazioni |
| Sviluppatore | CommPayPro |
| [email protected] | |
| Tipo di Pagamento | free |
| URL della Pagina della Politica sulla Privacy | http://www.commpaypro.com/PrivacyPolicy.aspx |
| Lingue Supportate | 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
}
]
} | |