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 |
官方網址 | 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 |
電子郵箱 | [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 } ] } |