CommPay for HughesNet

This extension allows CommPayPro to retrieve information entered during the creation of a HughesNet sale.

Wat is CommPay for HughesNet?

CommPay for HughesNet is een Chrome-extensie ontwikkeld door CommPayPro, en de belangrijkste functie is "This extension allows CommPayPro to retrieve information entered during the creation of a HughesNet sale.".

Extensie Screenshots

screenshot

Download het CRX-bestand van de extensie CommPay for HughesNet

Download CommPay for HughesNet-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

                        This extension allows CommPayPro to retrieve information entered during the creation of a HughesNet sale.                    

Basisinformatie over de Extensie

Naam CommPay for HughesNet CommPay for HughesNet
ID jhglpemkkfphlkjalpamfpbipfncajkk
Officiële URL https://chromewebstore.google.com/detail/commpay-for-hughesnet/jhglpemkkfphlkjalpamfpbipfncajkk
Beschrijving This extension allows CommPayPro to retrieve information entered during the creation of a HughesNet sale.
Bestandsgrootte 183 KB
Aantal Installaties 39
Huidige Versie 3.1
Laatst Bijgewerkt 2020-01-15
Publicatiedatum 2020-01-15
Beoordeling 5.00/5 Totaal 1 Beoordelingen
Ontwikkelaar CommPayPro
E-mail [email protected]
Betalingswijze free
URL van de Privacybeleid Pagina http://www.commpaypro.com/PrivacyPolicy.aspx
Ondersteunde Talen 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
        }
    ]
}