CommPay for Exede
This extension allows CommPayPro to retrieve information entered during the creation of an Exede sale.
Apa itu CommPay for Exede?
CommPay for Exede adalah ekstensi Chrome yang dikembangkan oleh CommPayPro, dan fitur utamanya adalah "This extension allows CommPayPro to retrieve information entered during the creation of an Exede sale.".
Screenshot Ekstensi
Unduh Berkas CRX Ekstensi CommPay for Exede
Unduh file ekstensi CommPay for Exede 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
This extension allows CommPayPro to retrieve information entered during the creation of a Viasat sale.
Informasi Dasar Ekstensi
Nama | CommPay for Exede |
ID | pdlldeheiccojpibdgebpciligbfaaba |
URL Resmi | https://chromewebstore.google.com/detail/commpay-for-exede/pdlldeheiccojpibdgebpciligbfaaba |
Deskripsi | This extension allows CommPayPro to retrieve information entered during the creation of an Exede sale. |
Ukuran File | 266 KB |
Jumlah Instalasi | 29 |
Versi Saat Ini | 4.0 |
Terakhir Diperbarui | 2019-12-11 |
Tanggal Publikasi | 2019-12-11 |
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 Exede", "description": "This extension allows CommPayPro to retrieve information entered during the creation of an Exede sale.", "version": "4.0", "permissions": [ "https:\/\/commpay1\/", "https:\/\/*.exede.net\/", "https:\/\/commpay.software\/" ], "background": { "scripts": [ "jquery-3.4.1.js", "jquery.base64.js", "background.js" ], "persistent": false }, "content_scripts": [ { "matches": [ "https:\/\/*.exede.net\/*" ], "js": [ "jquery-3.4.1.js", "jquery.base64.js", "commpay_exede.js" ], "all_frames": true } ] } |