CommPay for DIRECTV
This extension allows CommPay Web to retrieve information entered during the creation of a DIRECTV satellite sale.
Apa itu CommPay for DIRECTV?
CommPay for DIRECTV adalah ekstensi Chrome yang dikembangkan oleh CommPayPro, dan fitur utamanya adalah "This extension allows CommPay Web to retrieve information entered during the creation of a DIRECTV satellite sale.".
Unduh Berkas CRX Ekstensi CommPay for DIRECTV
Unduh file ekstensi CommPay for DIRECTV dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.
Petunjuk Penggunaan Ekstensi
Informasi Dasar Ekstensi
Nama | CommPay for DIRECTV |
ID | fgmgieboncjcomoodgaomaoangigahkk |
URL Resmi | https://chromewebstore.google.com/detail/commpay-for-directv/fgmgieboncjcomoodgaomaoangigahkk |
Deskripsi | This extension allows CommPay Web to retrieve information entered during the creation of a DIRECTV satellite sale. |
Ukuran File | 178 KB |
Jumlah Instalasi | 278 |
Versi Saat Ini | 2.9 |
Terakhir Diperbarui | 2016-06-13 |
Tanggal Publikasi | 2016-06-13 |
Penilaian | 4.33/5 Total 3 Penilaian |
Pengembang | CommPayPro |
[email protected] | |
Tipe Pembayaran | free |
URL Halaman Kebijakan Privasi | http://www.commpaypro.com/PrivacyPolicy.aspx |
Bahasa yang Didukung | 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 } ] } |