4Voice Communicator Click2Dial

Makes phone numbers callable through 4Voice Communicator.

4Voice Communicator Click2Dialとは何ですか?

4Voice Communicator Click2DialはZoiperによって開発されたChromeの拡張機能で、その主な機能は「Makes phone numbers callable through 4Voice Communicator.」です。

拡張機能のスクリーンショット

screenshot

4Voice Communicator Click2Dial拡張機能のCRXファイルをダウンロード

4Voice Communicator Click2Dial拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。

拡張機能の使用方法

                                            

拡張機能の基本情報

名前 4Voice Communicator Click2Dial 4Voice Communicator Click2Dial
ID igliohalbdflnmdfkehnpfpkjhgfpfki
公式URL https://chromewebstore.google.com/detail/4voice-communicator-click/igliohalbdflnmdfkehnpfpkjhgfpfki
説明 Makes phone numbers callable through 4Voice Communicator.
ファイルサイズ 262 KB
インストール数 65
現在のバージョン 1.43
最終更新日 2018-05-14
公開日 2018-05-14
評価 5.00/5 合計 1 レビュー
開発者 Zoiper
Eメール [email protected]
支払い方法 free
拡張機能のウェブサイト https://www.4voice.net/
ヘルプページのURL https://www.4voice.net/support
プライバシーポリシーページのURL https://www.zoiper.com/en/zoiper-privacy-policy
対応言語 en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "4Voice Communicator Click2Dial",
    "author": "Zoiper",
    "short_name": "Click2Dial",
    "version": "1.43",
    "manifest_version": 2,
    "description": "Makes phone numbers callable through 4Voice Communicator.",
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "googleglue.js",
                "vendor\/libphonenumber\/phonemetadata.pb.js",
                "vendor\/libphonenumber\/phonenumberutil.js",
                "vendor\/libphonenumber\/phonenumber.pb.js",
                "vendor\/libphonenumber\/metadata.js",
                "vendor\/browser-polyfill.min.js",
                "utils.js",
                "click2dial.js"
            ]
        }
    ],
    "icons": {
        "16": "images\/logo16.png",
        "48": "images\/logo48.png",
        "128": "images\/logo128.png"
    },
    "web_accessible_resources": [
        "images\/*"
    ]
}