CommPay for HughesNet
This extension allows CommPayPro to retrieve information entered during the creation of a HughesNet sale.
¿Qué es CommPay for HughesNet?
CommPay for HughesNet es una extensión de Chrome desarrollada por CommPayPro, y su función principal es "This extension allows CommPayPro to retrieve information entered during the creation of a HughesNet sale.".
Capturas de Pantalla de la Extensión
Descargar Archivo CRX de la Extensión CommPay for HughesNet
Descarga archivos de extensión CommPay for HughesNet en formato crx, instala manualmente las extensiones de Chrome en el navegador o comparte los archivos crx con amigos para instalar fácilmente las extensiones de Chrome.
Instrucciones de Uso de la Extensión
This extension allows CommPayPro to retrieve information entered during the creation of a HughesNet sale.
Información Básica de la Extensión
Nombre | CommPay for HughesNet |
ID | jhglpemkkfphlkjalpamfpbipfncajkk |
URL Oficial | https://chromewebstore.google.com/detail/commpay-for-hughesnet/jhglpemkkfphlkjalpamfpbipfncajkk |
Descripción | This extension allows CommPayPro to retrieve information entered during the creation of a HughesNet sale. |
Tamaño del Archivo | 183 KB |
Cantidad de Instalaciones | 39 |
Versión Actual | 3.1 |
Última Actualización | 2020-01-15 |
Fecha de Publicación | 2020-01-15 |
Calificación | 5.00/5 Total de 1 Calificaciones |
Desarrollador | CommPayPro |
Correo electrónico | [email protected] |
Tipo de Pago | free |
URL de la Página de Política de Privacidad | http://www.commpaypro.com/PrivacyPolicy.aspx |
Idiomas Soportados | 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 } ] } |