CommPay for DIRECTV
This extension allows CommPay Web to retrieve information entered during the creation of a DIRECTV satellite sale.
Cos'è CommPay for DIRECTV?
CommPay for DIRECTV è un'estensione di Chrome sviluppata da CommPayPro, e la sua funzione principale è "This extension allows CommPay Web to retrieve information entered during the creation of a DIRECTV satellite sale.".
Scarica il file CRX dell'estensione CommPay for DIRECTV
Scarica i file di estensione CommPay for DIRECTV in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.
Istruzioni per l'Uso dell'Estensione
Informazioni di Base sull'Estensione
Nome | CommPay for DIRECTV |
ID | fgmgieboncjcomoodgaomaoangigahkk |
URL Ufficiale | https://chromewebstore.google.com/detail/commpay-for-directv/fgmgieboncjcomoodgaomaoangigahkk |
Descrizione | This extension allows CommPay Web to retrieve information entered during the creation of a DIRECTV satellite sale. |
Dimensione del File | 178 KB |
Conteggio Installazioni | 278 |
Versione Corrente | 2.9 |
Ultimo Aggiornamento | 2016-06-13 |
Data di Pubblicazione | 2016-06-13 |
Valutazione | 4.33/5 Totale 3 Valutazioni |
Sviluppatore | CommPayPro |
[email protected] | |
Tipo di Pagamento | free |
URL della Pagina della Politica sulla Privacy | http://www.commpaypro.com/PrivacyPolicy.aspx |
Lingue Supportate | 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 } ] } |