CommPay for DIRECTV

This extension allows CommPay Web to retrieve information entered during the creation of a DIRECTV satellite sale.

O que é CommPay for DIRECTV?

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

Baixar o arquivo CRX da Extensão CommPay for DIRECTV

Baixe arquivos de extensão CommPay for DIRECTV 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

                                            

Informações Básicas da Extensão

Nome CommPay for DIRECTV CommPay for DIRECTV
ID fgmgieboncjcomoodgaomaoangigahkk
URL Oficial https://chromewebstore.google.com/detail/commpay-for-directv/fgmgieboncjcomoodgaomaoangigahkk
Descrição This extension allows CommPay Web to retrieve information entered during the creation of a DIRECTV satellite sale.
Tamanho do Arquivo 178 KB
Contagem de Instalações 278
Versão Atual 2.9
Última Atualização 2016-06-13
Data de Publicação 2016-06-13
Classificação 4.33/5 Total de 3 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 DIRECTV",
    "description": "This extension allows CommPay Web to retrieve information entered during the creation of a DIRECTV satellite sale.",
    "version": "2.9",
    "content_scripts": [
        {
            "matches": [
                "https:\/\/retailer.directv.com\/NASApp\/directv\/*",
                "https:\/\/dealercenter.brandmuscle.net\/*"
            ],
            "js": [
                "jquery-1.11.2.js",
                "jquery.base64.js",
                "commpay_dtv.js"
            ],
            "all_frames": true
        }
    ]
}