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 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

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