CommPay for HughesNet
This extension allows CommPayPro to retrieve information entered during the creation of a HughesNet sale.
什么是CommPay for HughesNet?
CommPay for HughesNet是由CommPayPro开发的Chrome扩展程序,该扩展的主要功能是“This extension allows CommPayPro to retrieve information entered during the creation of a HughesNet sale.”。
扩展截图
下载CommPay for HughesNet扩展crx文件
下载CommPay for HughesNet扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
This extension allows CommPayPro to retrieve information entered during the creation of a HughesNet sale.
扩展基本信息
名称 | CommPay for HughesNet |
ID | jhglpemkkfphlkjalpamfpbipfncajkk |
官方URL | https://chromewebstore.google.com/detail/commpay-for-hughesnet/jhglpemkkfphlkjalpamfpbipfncajkk |
简介 | This extension allows CommPayPro to retrieve information entered during the creation of a HughesNet sale. |
文件大小 | 183 KB |
安装次数 | 39 |
当前版本 | 3.1 |
更新时间 | 2020-01-15 |
上架时间 | 2020-01-15 |
评分 | 5.00/5 共1次评分 |
开发者 | CommPayPro |
电子邮箱 | [email protected] |
付费类型 | free |
隐私政策页面URL | http://www.commpaypro.com/PrivacyPolicy.aspx |
支持的语言 | 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 } ] } |