CommPay for Exede

This extension allows CommPayPro to retrieve information entered during the creation of an Exede sale.

What is CommPay for Exede?

CommPay for Exede is a Chrome extension developed by CommPayPro, and its main feature is "This extension allows CommPayPro to retrieve information entered during the creation of an Exede sale.".

Extension Screenshots

screenshot

Download CommPay for Exede Extension CRX File

Download CommPay for Exede extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        This extension allows CommPayPro to retrieve information entered during the creation of a Viasat sale.                    

Extension Basic Information

Name CommPay for Exede CommPay for Exede
ID pdlldeheiccojpibdgebpciligbfaaba
Official URL https://chromewebstore.google.com/detail/commpay-for-exede/pdlldeheiccojpibdgebpciligbfaaba
Description This extension allows CommPayPro to retrieve information entered during the creation of an Exede sale.
File Size 266 KB
Installation Count 29
Current Version 4.0
Last Updated 2019-12-11
Publish Date 2019-12-11
Developer CommPayPro
Email [email protected]
Payment Type free
Privacy Policy Page URL http://www.commpaypro.com/PrivacyPolicy.aspx
Supported Languages 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
        }
    ]
}