AsterCTI Call/SMS - TechExtension

Asterisk Auto Dialer with crm interation.

What is AsterCTI Call/SMS - TechExtension?

AsterCTI Call/SMS - TechExtension is a Chrome extension developed by TechExtension, and its main feature is "Asterisk Auto Dialer with crm interation.".

Extension Screenshots

screenshot

Download AsterCTI Call/SMS - TechExtension Extension CRX File

Download AsterCTI Call/SMS - TechExtension extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        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.                    

Extension Basic Information

Name AsterCTI Call/SMS - TechExtension AsterCTI Call/SMS - TechExtension
ID knonhljeipkkgjfnakhgcglccgfegank
Official URL https://chromewebstore.google.com/detail/astercti-callsms-techexte/knonhljeipkkgjfnakhgcglccgfegank
Description Asterisk Auto Dialer with crm interation.
File Size 394 KB
Installation Count 354
Current Version 3.3
Last Updated 2022-11-14
Publish Date 2020-05-25
Developer TechExtension
Email [email protected]
Payment Type free
Extension Website https://astercti.techextension.com/
Help Page URL https://astercti.techextension.com/helpdesk/
Privacy Policy Page URL http://techextension.com/privacy-terms-and-conditions
Supported Languages 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
        }
    ]
}