CommPay for Exede
This extension allows CommPayPro to retrieve information entered during the creation of an Exede sale.
Что такое CommPay for Exede?
CommPay for Exede - это расширение Chrome, разработанное CommPayPro, и его основная функция - "This extension allows CommPayPro to retrieve information entered during the creation of an Exede sale.".
Снимки экрана расширения
Скачать файл CRX расширения CommPay for Exede
Скачайте файлы расширений CommPay for Exede в формате crx, установите расширения Chrome вручную в браузере или поделитесь файлами crx с друзьями, чтобы легко установить расширения Chrome.
Инструкции по использованию расширения
This extension allows CommPayPro to retrieve information entered during the creation of a Viasat sale.
Основная информация о расширении
Название | CommPay for Exede |
ID | pdlldeheiccojpibdgebpciligbfaaba |
Официальный URL | https://chromewebstore.google.com/detail/commpay-for-exede/pdlldeheiccojpibdgebpciligbfaaba |
Описание | This extension allows CommPayPro to retrieve information entered during the creation of an Exede sale. |
Размер файла | 266 KB |
Количество установок | 29 |
Текущая Версия | 4.0 |
Последнее Обновление | 2019-12-11 |
Дата публикации | 2019-12-11 |
Разработчик | 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 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 } ] } |