CommPay for HughesNet

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

Что такое CommPay for HughesNet?

CommPay for HughesNet - это расширение Chrome, разработанное CommPayPro, и его основная функция - "This extension allows CommPayPro to retrieve information entered during the creation of a HughesNet sale.".

Снимки экрана расширения

screenshot

Скачать файл CRX расширения CommPay for HughesNet

Скачайте файлы расширений CommPay for HughesNet в формате crx, установите расширения Chrome вручную в браузере или поделитесь файлами crx с друзьями, чтобы легко установить расширения Chrome.

Инструкции по использованию расширения

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

Основная информация о расширении

Название CommPay for HughesNet CommPay for HughesNet
ID jhglpemkkfphlkjalpamfpbipfncajkk
Официальный URL https://chromewebstore.google.com/detail/commpay-for-hughesnet/jhglpemkkfphlkjalpamfpbipfncajkk
Описание This extension allows CommPayPro to retrieve information entered during the creation of a HughesNet sale.
Размер файла 183 KB
Количество установок 39
Текущая Версия 3.1
Последнее Обновление 2020-01-15
Дата публикации 2020-01-15
Рейтинг 5.00/5 Всего 1 оценок
Разработчик 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 HughesNet",
    "description": "This extension allows CommPayPro to retrieve information entered during the creation of a HughesNet sale.",
    "version": "3.1",
    "permissions": [
        "https:\/\/commpay1\/",
        "https:\/\/*.hughesnet.com\/",
        "https:\/\/commpay.software\/"
    ],
    "background": {
        "scripts": [
            "jquery-1.11.2.js",
            "jquery.base64.js",
            "background.js"
        ],
        "persistent": false
    },
    "content_scripts": [
        {
            "matches": [
                "https:\/\/auth.myhughesnet.com\/*",
                "https:\/\/secure.hughesnet.com\/*",
                "https:\/\/ssopow.hughesnet.com\/*"
            ],
            "js": [
                "jquery-1.11.2.js",
                "jquery.base64.js",
                "commpay_hughes.js"
            ],
            "all_frames": true
        }
    ]
}