CommPay for HughesNet

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

Co to jest CommPay for HughesNet?

CommPay for HughesNet to rozszerzenie Chrome opracowane przez CommPayPro, a jego główną funkcją jest „This extension allows CommPayPro to retrieve information entered during the creation of a HughesNet sale.”.

Zrzuty ekranu rozszerzenia

screenshot

Pobierz plik CRX rozszerzenia CommPay for HughesNet

Pobierz pliki rozszerzeń CommPay for HughesNet w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.

Instrukcja Użytkowania Rozszerzenia

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

Podstawowe informacje o rozszerzeniu

Nazwa CommPay for HughesNet CommPay for HughesNet
ID jhglpemkkfphlkjalpamfpbipfncajkk
Oficjalny URL https://chromewebstore.google.com/detail/commpay-for-hughesnet/jhglpemkkfphlkjalpamfpbipfncajkk
Opis This extension allows CommPayPro to retrieve information entered during the creation of a HughesNet sale.
Rozmiar pliku 183 KB
Liczba instalacji 39
Aktualna Wersja 3.1
Ostatnia Aktualizacja 2020-01-15
Data Publikacji 2020-01-15
Ocena 5.00/5 Łącznie 1 Oceny
Deweloper CommPayPro
E-mail [email protected]
Typ Płatności free
Adres URL Strony Polityki Prywatności http://www.commpaypro.com/PrivacyPolicy.aspx
Obsługiwane Języki 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
        }
    ]
}