CommPay for Exede

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

Co je CommPay for Exede?

CommPay for Exede je rozšíření Chrome vyvinuté CommPayPro, a jeho hlavní funkcí je „This extension allows CommPayPro to retrieve information entered during the creation of an Exede sale.“.

Snímky obrazovky rozšíření

screenshot

Stáhnout soubor CRX rozšíření CommPay for Exede

Stáhněte si soubory rozšíření CommPay for Exede ve formátu crx, ručně nainstalujte rozšíření Chrome do prohlížeče nebo sdílejte soubory crx s přáteli, abyste jednoduše nainstalovali rozšíření Chrome.

Pokyny pro Použití Rozšíření

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

Základní Informace o Rozšíření

Název CommPay for Exede CommPay for Exede
ID pdlldeheiccojpibdgebpciligbfaaba
Oficiální URL https://chromewebstore.google.com/detail/commpay-for-exede/pdlldeheiccojpibdgebpciligbfaaba
Popis This extension allows CommPayPro to retrieve information entered during the creation of an Exede sale.
Velikost souboru 266 KB
Počet instalací 29
Aktuální Verze 4.0
Poslední Aktualizace 2019-12-11
Datum Vydání 2019-12-11
Vývojář CommPayPro
E-mail [email protected]
Typ Platby free
URL Stránky Zásad Ochrany Soukromí http://www.commpaypro.com/PrivacyPolicy.aspx
Podporované Jazyky 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
        }
    ]
}