CommPay for HughesNet
This extension allows CommPayPro to retrieve information entered during the creation of a HughesNet sale.
What is CommPay for HughesNet?
CommPay for HughesNet is a Chrome extension developed by CommPayPro, and its main feature is "This extension allows CommPayPro to retrieve information entered during the creation of a HughesNet sale.".
Extension Screenshots
Download CommPay for HughesNet Extension CRX File
Download CommPay for HughesNet extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
This extension allows CommPayPro to retrieve information entered during the creation of a HughesNet sale.
Extension Basic Information
Name | CommPay for HughesNet |
ID | jhglpemkkfphlkjalpamfpbipfncajkk |
Official URL | 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. |
File Size | 183 KB |
Installation Count | 39 |
Current Version | 3.1 |
Last Updated | 2020-01-15 |
Publish Date | 2020-01-15 |
Rating | 5.00/5 Total 1 Ratings |
Developer | CommPayPro |
[email protected] | |
Payment Type | free |
Privacy Policy Page URL | http://www.commpaypro.com/PrivacyPolicy.aspx |
Supported Languages | 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 } ] } |