3CX Click2Call

The 3CX browser extension provides click2call from any website or CRM system for 3CX PBX users.

3CX Click2Call란 무엇입니까?

3CX Click2Call은(는) 3CX에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "The 3CX browser extension provides click2call from any website or CRM system for 3CX PBX users."입니다.

확장 프로그램 스크린샷

screenshot

3CX Click2Call 확장 프로그램 CRX 파일 다운로드

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

확장 프로그램 사용 설명서

                        With the 3CX extension, Click2Call functionality enables telephone numbers on any webpage or CRM system to be ‘hyperlinked’ allowing a simple click to initiate the call instead of copying and pasting. When setting up the extension, the extension options include the choice for the number to be passed to the 3CX Web Client or 3CX Desktop App for Windows. Additionally, included within the settings is an ‘Exclusion list’ where you can set specific URLs in which you do not want the numbers to be ‘hyperlinked’.  

Important: This extension is only for use with 3CX V18 and is not a standalone extension.                    

확장 프로그램 기본 정보

이름 3CX Click2Call 3CX Click2Call
ID baipgmmeifmofkcilhccccoipmjccehn
공식 URL https://chromewebstore.google.com/detail/3cx-click2call/baipgmmeifmofkcilhccccoipmjccehn
설명 The 3CX browser extension provides click2call from any website or CRM system for 3CX PBX users.
파일 크기 193 KB
설치 횟수 276,859
현재 버전 5.0.0.111
최근 업데이트 2022-03-23
출시 날짜 2020-04-09
평점 2.03/5 총 144 개의 평점
개발자 3CX
이메일 [email protected]
결제 유형 free
확장 프로그램 웹 사이트 https://www.3cx.com/
개인정보 보호 정책 페이지 URL https://www.3cx.com/company/privacy
지원되는 언어 de,en,fr,es,it,pl,ru
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "description": "__MSG_description__",
    "manifest_version": 3,
    "host_permissions": [
        "*:\/\/*\/*"
    ],
    "icons": {
        "16": "assets\/icon16.png",
        "32": "assets\/icon32.png",
        "48": "assets\/icon48.png",
        "128": "assets\/icon128.png"
    },
    "default_locale": "en",
    "name": "__MSG_name__",
    "short_name": "__MSG_short__",
    "permissions": [
        "storage",
        "tabs"
    ],
    "version": "5.0.0.111",
    "key": "MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEA28rEkdijUErkDC\/jIJgSZrzvJQl230LTYlFZw1PREl\/eICsOJp3Yc52XH8zNFpESfAyD7xb+wf14+FzUxBoYlvcPb5To85fXoQ6HRtxShBwbhtM158XDnQO+ukhy65L8UvaLm3E9NjKNnQ8oBTPiLJFDHTDeLVYRMK1K\/tFX7h2SwIe60l+vSVb2ZaQT68lLzbYsJ\/RDJQGJ94kYLIJ2IQL25KPIg1lch7L+TfzaaJC+Ww9G99N55PggXfFH+ZKus77ECtJ\/B1FWICrAmJZ2xQjnEz3SNjgCI7zn1ysoApS7kX7ui+eO8mM1fnuBcKv2DGfm+YKp6\/IPMu9RRUCN6QIDAQAB",
    "options_ui": {
        "page": "settings.html",
        "open_in_tab": false
    },
    "action": {
        "default_popup": "popup.html"
    },
    "background": {
        "service_worker": "background.js"
    },
    "content_scripts": [
        {
            "run_at": "document_end",
            "matches": [
                ""
            ],
            "match_about_blank": false,
            "all_frames": true,
            "js": [
                "content.js"
            ]
        }
    ]
}