CommPay for Exede
This extension allows CommPayPro to retrieve information entered during the creation of an Exede sale.
CommPay for Exedeとは何ですか?
CommPay for ExedeはCommPayProによって開発されたChromeの拡張機能で、その主な機能は「This extension allows CommPayPro to retrieve information entered during the creation of an Exede sale.」です。
拡張機能のスクリーンショット
CommPay for Exede拡張機能のCRXファイルをダウンロード
CommPay for Exede拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
This extension allows CommPayPro to retrieve information entered during the creation of a Viasat sale.
拡張機能の基本情報
名前 | CommPay for Exede |
ID | pdlldeheiccojpibdgebpciligbfaaba |
公式URL | https://chromewebstore.google.com/detail/commpay-for-exede/pdlldeheiccojpibdgebpciligbfaaba |
説明 | This extension allows CommPayPro to retrieve information entered during the creation of an Exede sale. |
ファイルサイズ | 266 KB |
インストール数 | 29 |
現在のバージョン | 4.0 |
最終更新日 | 2019-12-11 |
公開日 | 2019-12-11 |
開発者 | 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 Exede", "description": "This extension allows CommPayPro to retrieve information entered during the creation of an Exede sale.", "version": "4.0", "permissions": [ "https:\/\/commpay1\/", "https:\/\/*.exede.net\/", "https:\/\/commpay.software\/" ], "background": { "scripts": [ "jquery-3.4.1.js", "jquery.base64.js", "background.js" ], "persistent": false }, "content_scripts": [ { "matches": [ "https:\/\/*.exede.net\/*" ], "js": [ "jquery-3.4.1.js", "jquery.base64.js", "commpay_exede.js" ], "all_frames": true } ] } |