CommPay for DIRECTV
This extension allows CommPay Web to retrieve information entered during the creation of a DIRECTV satellite sale.
Was ist CommPay for DIRECTV?
CommPay for DIRECTV ist eine Chrome-Erweiterung, die von CommPayPro entwickelt wurde, und ihr Hauptmerkmal ist "This extension allows CommPay Web to retrieve information entered during the creation of a DIRECTV satellite sale.".
CommPay for DIRECTV-Erweiterungs-CRX-Datei herunterladen
Laden Sie CommPay for DIRECTV-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.
Anleitung zur Verwendung der Erweiterung
Grundlegende Informationen zur Erweiterung
Name | CommPay for DIRECTV |
ID | fgmgieboncjcomoodgaomaoangigahkk |
Offizielle URL | https://chromewebstore.google.com/detail/commpay-for-directv/fgmgieboncjcomoodgaomaoangigahkk |
Beschreibung | This extension allows CommPay Web to retrieve information entered during the creation of a DIRECTV satellite sale. |
Dateigröße | 178 KB |
Installationsanzahl | 278 |
Aktuelle Version | 2.9 |
Letztes Update | 2016-06-13 |
Veröffentlichungsdatum | 2016-06-13 |
Bewertung | 4.33/5 Insgesamt 3 Bewertungen |
Entwickler | CommPayPro |
[email protected] | |
Zahlungsart | free |
URL der Datenschutzrichtlinien-Seite | http://www.commpaypro.com/PrivacyPolicy.aspx |
Unterstützte Sprachen | 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 } ] } |