AsterCTI Call/SMS - TechExtension

Asterisk Auto Dialer with crm interation.

什么是AsterCTI Call/SMS - TechExtension?

AsterCTI Call/SMS - TechExtension是由TechExtension开发的Chrome扩展程序,该扩展的主要功能是“Asterisk Auto Dialer with crm interation.”。

扩展截图

screenshot

下载AsterCTI Call/SMS - TechExtension扩展crx文件

下载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
        }
    ]
}