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 |
官方網址 | 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 } ] } |