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.”。

扩展截图

screenshot

下载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 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
电子邮箱 [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
        }
    ]
}