AsterCTI Call/SMS - TechExtension

Asterisk Auto Dialer with crm interation.

Что такое AsterCTI Call/SMS - TechExtension?

AsterCTI Call/SMS - TechExtension - это расширение Chrome, разработанное TechExtension, и его основная функция - "Asterisk Auto Dialer with crm interation.".

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

screenshot

Скачать файл CRX расширения AsterCTI Call/SMS - TechExtension

Скачайте файлы расширений AsterCTI Call/SMS - TechExtension в формате crx, установите расширения Chrome вручную в браузере или поделитесь файлами crx с друзьями, чтобы легко установить расширения Chrome.

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

                        AsterCTI have different Module Like Real Time Queue Module, Real Time Extension Module, Voice Broadcasting Auto Dialer, Call Tracking Reports, Click To call, Call Pop Up, CRM Integration, Bulk SMS Campaign Module.                    

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

Название AsterCTI Call/SMS - TechExtension AsterCTI Call/SMS - TechExtension
ID knonhljeipkkgjfnakhgcglccgfegank
Официальный URL https://chromewebstore.google.com/detail/astercti-callsms-techexte/knonhljeipkkgjfnakhgcglccgfegank
Описание Asterisk Auto Dialer with crm interation.
Размер файла 394 KB
Количество установок 354
Текущая Версия 3.3
Последнее Обновление 2022-11-14
Дата публикации 2020-05-25
Разработчик TechExtension
Электронная почта [email protected]
Тип оплаты free
Официальный сайт расширения https://astercti.techextension.com/
URL страницы помощи https://astercti.techextension.com/helpdesk/
URL страницы политики конфиденциальности http://techextension.com/privacy-terms-and-conditions
Поддерживаемые языки en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "AsterCTI Call\/SMS - TechExtension",
    "short_name": "Click To Call\/SMS",
    "description": "Asterisk Auto Dialer with crm interation.",
    "version": "3.3",
    "action": {
        "default_icon": "icon-phone.png",
        "default_popup": "popup.html"
    },
    "host_permissions": [
        "*:\/\/*\/"
    ],
    "permissions": [
        "activeTab",
        "contextMenus",
        "storage",
        "notifications",
        "webRequest"
    ],
    "icons": {
        "16": "icon-phone.png",
        "48": "icon-phone.png",
        "128": "icon-phone.png"
    },
    "options_page": "options.html",
    "background": {
        "service_worker": "background.js"
    },
    "web_accessible_resources": [
        {
            "resources": [
                "images\/*.png",
                "images\/icon-phone.png",
                "js\/jquery.js",
                "js\/content_page.js"
            ],
            "matches": [
                ""
            ]
        }
    ],
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "js\/jquery.js",
                "js\/content_page.js",
                "js\/tinybox.js",
                "js\/loader.js",
                "js\/techextensionconnect.js",
                "js\/techextension.js",
                "js\/techextensiondialog.js"
            ],
            "css": [
                "css\/style.css",
                "css\/techextensiondialog.css",
                "css\/content_page.css"
            ],
            "html": [
                "options.html"
            ],
            "image": [
                "icon-phone.png"
            ],
            "run_at": "document_end",
            "all_frames": false
        }
    ]
}