CommPay for Exede
This extension allows CommPayPro to retrieve information entered during the creation of an Exede sale.
Qu'est-ce que CommPay for Exede ?
CommPay for Exede est une extension Chrome développée par CommPayPro, et sa fonction principale est "This extension allows CommPayPro to retrieve information entered during the creation of an Exede sale.".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension CommPay for Exede
Téléchargez les fichiers d'extension CommPay for Exede au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.
Instructions d'Utilisation de l'Extension
This extension allows CommPayPro to retrieve information entered during the creation of a Viasat sale.
Informations de Base sur l'Extension
Nom | CommPay for Exede |
ID | pdlldeheiccojpibdgebpciligbfaaba |
URL Officiel | https://chromewebstore.google.com/detail/commpay-for-exede/pdlldeheiccojpibdgebpciligbfaaba |
Description | This extension allows CommPayPro to retrieve information entered during the creation of an Exede sale. |
Taille du Fichier | 266 KB |
Nombre d'Installations | 29 |
Version Actuelle | 4.0 |
Dernière Mise à Jour | 2019-12-11 |
Date de Publication | 2019-12-11 |
Développeur | CommPayPro |
[email protected] | |
Type de Paiement | free |
URL de la Page de Politique de Confidentialité | http://www.commpaypro.com/PrivacyPolicy.aspx |
Langues Prises en Charge | 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 } ] } |