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. 拡張機能の基本情報
| 名前 | |
| 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 |
| Eメール | [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
}
]
} | |