CommPay for HughesNet

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

O que é CommPay for HughesNet?

CommPay for HughesNet é uma extensão do Chrome desenvolvida por CommPayPro, e sua principal característica é "This extension allows CommPayPro to retrieve information entered during the creation of a HughesNet sale.".

Capturas de Tela da Extensão

screenshot

Baixar o arquivo CRX da Extensão CommPay for HughesNet

Baixe arquivos de extensão CommPay for HughesNet no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.

Instruções de Uso da Extensão

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

Informações Básicas da Extensão

Nome CommPay for HughesNet CommPay for HughesNet
ID jhglpemkkfphlkjalpamfpbipfncajkk
URL Oficial https://chromewebstore.google.com/detail/commpay-for-hughesnet/jhglpemkkfphlkjalpamfpbipfncajkk
Descrição This extension allows CommPayPro to retrieve information entered during the creation of a HughesNet sale.
Tamanho do Arquivo 183 KB
Contagem de Instalações 39
Versão Atual 3.1
Última Atualização 2020-01-15
Data de Publicação 2020-01-15
Classificação 5.00/5 Total de 1 Avaliações
Desenvolvedor CommPayPro
Email [email protected]
Tipo de Pagamento free
URL da Página de Política de Privacidade http://www.commpaypro.com/PrivacyPolicy.aspx
Idiomas Suportados 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
        }
    ]
}