CommPay for HughesNet

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

Co je CommPay for HughesNet?

CommPay for HughesNet je rozšíření Chrome vyvinuté CommPayPro, a jeho hlavní funkcí je „This extension allows CommPayPro to retrieve information entered during the creation of a HughesNet sale.“.

Snímky obrazovky rozšíření

screenshot

Stáhnout soubor CRX rozšíření CommPay for HughesNet

Stáhněte si soubory rozšíření CommPay for HughesNet ve formátu crx, ručně nainstalujte rozšíření Chrome do prohlížeče nebo sdílejte soubory crx s přáteli, abyste jednoduše nainstalovali rozšíření Chrome.

Pokyny pro Použití Rozšíření

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

Základní Informace o Rozšíření

Název CommPay for HughesNet CommPay for HughesNet
ID jhglpemkkfphlkjalpamfpbipfncajkk
Oficiální URL https://chromewebstore.google.com/detail/commpay-for-hughesnet/jhglpemkkfphlkjalpamfpbipfncajkk
Popis This extension allows CommPayPro to retrieve information entered during the creation of a HughesNet sale.
Velikost souboru 183 KB
Počet instalací 39
Aktuální Verze 3.1
Poslední Aktualizace 2020-01-15
Datum Vydání 2020-01-15
Hodnocení 5.00/5 Celkem 1 Hodnocení
Vývojář CommPayPro
E-mail [email protected]
Typ Platby free
URL Stránky Zásad Ochrany Soukromí http://www.commpaypro.com/PrivacyPolicy.aspx
Podporované Jazyky 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
        }
    ]
}