CommPay for Exede

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

Co to jest CommPay for Exede?

CommPay for Exede to rozszerzenie Chrome opracowane przez CommPayPro, a jego główną funkcją jest „This extension allows CommPayPro to retrieve information entered during the creation of an Exede sale.”.

Zrzuty ekranu rozszerzenia

screenshot

Pobierz plik CRX rozszerzenia CommPay for Exede

Pobierz pliki rozszerzeń CommPay for Exede w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.

Instrukcja Użytkowania Rozszerzenia

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

Podstawowe informacje o rozszerzeniu

Nazwa CommPay for Exede CommPay for Exede
ID pdlldeheiccojpibdgebpciligbfaaba
Oficjalny URL https://chromewebstore.google.com/detail/commpay-for-exede/pdlldeheiccojpibdgebpciligbfaaba
Opis This extension allows CommPayPro to retrieve information entered during the creation of an Exede sale.
Rozmiar pliku 266 KB
Liczba instalacji 29
Aktualna Wersja 4.0
Ostatnia Aktualizacja 2019-12-11
Data Publikacji 2019-12-11
Deweloper CommPayPro
E-mail [email protected]
Typ Płatności free
Adres URL Strony Polityki Prywatności http://www.commpaypro.com/PrivacyPolicy.aspx
Obsługiwane Języki 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
        }
    ]
}