CommPay for HughesNet
This extension allows CommPayPro to retrieve information entered during the creation of a HughesNet sale.
Qu'est-ce que CommPay for HughesNet ?
CommPay for HughesNet 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 a HughesNet sale.".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension CommPay for HughesNet
Téléchargez les fichiers d'extension CommPay for HughesNet 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 HughesNet sale.
Informations de Base sur l'Extension
Nom | CommPay for HughesNet |
ID | jhglpemkkfphlkjalpamfpbipfncajkk |
URL Officiel | https://chromewebstore.google.com/detail/commpay-for-hughesnet/jhglpemkkfphlkjalpamfpbipfncajkk |
Description | This extension allows CommPayPro to retrieve information entered during the creation of a HughesNet sale. |
Taille du Fichier | 183 KB |
Nombre d'Installations | 39 |
Version Actuelle | 3.1 |
Dernière Mise à Jour | 2020-01-15 |
Date de Publication | 2020-01-15 |
Évaluation | 5.00/5 Total 1 Évaluations |
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 HughesNet", "description": "This extension allows CommPayPro to retrieve information entered during the creation of a HughesNet sale.", "version": "3.1", "permissions": [ "https:\/\/commpay1\/", "https:\/\/*.hughesnet.com\/", "https:\/\/commpay.software\/" ], "background": { "scripts": [ "jquery-1.11.2.js", "jquery.base64.js", "background.js" ], "persistent": false }, "content_scripts": [ { "matches": [ "https:\/\/auth.myhughesnet.com\/*", "https:\/\/secure.hughesnet.com\/*", "https:\/\/ssopow.hughesnet.com\/*" ], "js": [ "jquery-1.11.2.js", "jquery.base64.js", "commpay_hughes.js" ], "all_frames": true } ] } |