Communicator Call

Use Communicator to call numbers in Chrome.

Communicator Call란 무엇입니까?

Communicator Call은(는) Bicom Systems ltd에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Use Communicator to call numbers in Chrome."입니다.

확장 프로그램 스크린샷

screenshot

Communicator Call 확장 프로그램 CRX 파일 다운로드

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

확장 프로그램 사용 설명서

                        Communicator is a GLOBAL COMMUNICATOR desktop and mobile application designed to
enhance the communicating capabilities of enterprise and call center staff.
Appropriately termed "the future of communication", Communicator can be used as a
softphone or integrated with your IP phone to simplify and streamline
communications for individual workers and entire enterprises. Features
include: incoming and outgoing calls, video calls, instant messaging,
conferencing, group chat, fax, call monitoring, and much more.

This extension allows Communicator users to click-to-dial telephone numbers within
Google Chrome.                    

확장 프로그램 기본 정보

이름 Communicator Call Communicator Call
ID omdailfkkflmmjpeijgmepjpkaicbman
공식 URL https://chromewebstore.google.com/detail/communicator-call/omdailfkkflmmjpeijgmepjpkaicbman
설명 Use Communicator to call numbers in Chrome.
파일 크기 134 KB
설치 횟수 20,000
현재 버전 7.0.0.1
최근 업데이트 2023-11-16
출시 날짜 2020-07-01
평점 4.75/5 총 4 개의 평점
개발자 Bicom Systems ltd
이메일 [email protected]
결제 유형 free
개인정보 보호 정책 페이지 URL https://communicator.net/privacy-and-cookie-policy.html
지원되는 언어 en-GB
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "author": "Bicom Systems ltd",
    "background": {
        "service_worker": "call_action.js"
    },
    "content_scripts": [
        {
            "all_frames": true,
            "js": [
                "google_phone_lib.js"
            ],
            "matches": [
                ""
            ],
            "run_at": "document_start"
        },
        {
            "all_frames": false,
            "js": [
                "highlight_numbers.js"
            ],
            "matches": [
                ""
            ],
            "run_at": "document_end"
        }
    ],
    "description": "Use Communicator to call numbers in Chrome.",
    "icons": {
        "128": "app128.png",
        "16": "app16.png",
        "32": "app32.png",
        "48": "app48.png"
    },
    "manifest_version": 3,
    "name": "Communicator Call",
    "permissions": [
        "contextMenus",
        "storage"
    ],
    "version": "7.0.0.1",
    "web_accessible_resources": [
        {
            "resources": [
                "glocom_icon.jpg",
                "detectAjax.js"
            ],
            "matches": [
                ""
            ]
        }
    ],
    "options_ui": {
        "page": "options.html",
        "open_in_tab": false
    }
}