CommPay for Exede

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

Vad är CommPay for Exede?

CommPay for Exede är en Chrome-tillägg utvecklad av CommPayPro, och dess huvudfunktion är "This extension allows CommPayPro to retrieve information entered during the creation of an Exede sale.".

Tilläggsskärmbilder

screenshot

Ladda ner CommPay for Exede-förlängningens CRX-fil

Ladda ner CommPay for Exede-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.

Användarmanual för Tillägg

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

Grundläggande Information om Tillägg

Namn CommPay for Exede CommPay for Exede
ID pdlldeheiccojpibdgebpciligbfaaba
Officiell webbadress https://chromewebstore.google.com/detail/commpay-for-exede/pdlldeheiccojpibdgebpciligbfaaba
Beskrivning This extension allows CommPayPro to retrieve information entered during the creation of an Exede sale.
Filstorlek 266 KB
Antal Installationer 29
Aktuell Version 4.0
Senast Uppdaterad 2019-12-11
Publiceringsdatum 2019-12-11
Utvecklare CommPayPro
E-post [email protected]
Betalningssätt free
URL till Sekretesspolicy Sidan http://www.commpaypro.com/PrivacyPolicy.aspx
Stödda Språk 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
        }
    ]
}