CommPay for Exede
This extension allows CommPayPro to retrieve information entered during the creation of an Exede sale.
Cos'è CommPay for Exede?
CommPay for Exede è un'estensione di Chrome sviluppata da CommPayPro, e la sua funzione principale è "This extension allows CommPayPro to retrieve information entered during the creation of an Exede sale.".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione CommPay for Exede
Scarica i file di estensione CommPay for Exede 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
This extension allows CommPayPro to retrieve information entered during the creation of a Viasat sale.
Informazioni di Base sull'Estensione
Nome | CommPay for Exede |
ID | pdlldeheiccojpibdgebpciligbfaaba |
URL Ufficiale | https://chromewebstore.google.com/detail/commpay-for-exede/pdlldeheiccojpibdgebpciligbfaaba |
Descrizione | This extension allows CommPayPro to retrieve information entered during the creation of an Exede sale. |
Dimensione del File | 266 KB |
Conteggio Installazioni | 29 |
Versione Corrente | 4.0 |
Ultimo Aggiornamento | 2019-12-11 |
Data di Pubblicazione | 2019-12-11 |
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 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 } ] } |