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文件

下載Communicator Call擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。

擴展使用說明

                        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
官方網址 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
    }
}