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
公式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
Eメール [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
    }
}