Google Voice (by Google)

Make calls with Google Voice with a click.

Google Voice (by Google)とは何ですか?

Google Voice (by Google)はhttps://voice.google.comによって開発されたChromeの拡張機能で、その主な機能は「Make calls with Google Voice with a click.」です。

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

screenshot

Google Voice (by Google)拡張機能のCRXファイルをダウンロード

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

拡張機能の使用方法

                        Extension Features:
- Makes phone numbers on websites callable via Google Voice by just clicking on them.
- If a phone number doesn't turn into a link, you can select the text with your mouse and right-click to make a call (note: might not work with all numbers).

Info:
- If you don't like the extension turning numbers into Voice icon links, you can turn it off in the extension options.                    

拡張機能の基本情報

名前 Google Voice (by Google) Google Voice (by Google)
ID kcnhkahnjcbndmmehfkdnkjomaanaooo
公式URL https://chromewebstore.google.com/detail/google-voice-by-google/kcnhkahnjcbndmmehfkdnkjomaanaooo
説明 Make calls with Google Voice with a click.
ファイルサイズ 964 KB
インストール数 707,917
現在のバージョン 3.0.11
最終更新日 2022-01-06
公開日 2020-04-29
評価 3.97/5 合計 6286 レビュー
開発者 https://voice.google.com
Eメール [email protected]
支払い方法 free
拡張機能のウェブサイト https://voice.google.com/about
ヘルプページのURL https://support.google.com/voice/?hl=en#topic=1707989
プライバシーポリシーページのURL https://www.google.com/policies/privacy
対応言語 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Google Voice (by Google)",
    "version": "3.0.11",
    "description": "Make calls with Google Voice with a click.",
    "manifest_version": 3,
    "icons": {
        "16": "\/images\/logo_voice_2020q4_color_2x_web_16dp.png",
        "32": "\/images\/logo_voice_2020q4_color_2x_web_32dp.png",
        "48": "\/images\/logo_voice_2020q4_color_2x_web_48dp.png",
        "128": "\/images\/logo_voice_2020q4_color_2x_web_96dp.png"
    },
    "permissions": [
        "storage",
        "activeTab",
        "contextMenus"
    ],
    "background": {
        "service_worker": "background_js.js"
    },
    "action": {
        "default_popup": "popup.html"
    },
    "content_scripts": [
        {
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ],
            "css": [
                "contentscript.css"
            ],
            "js": [
                "contentscript_js.js"
            ],
            "all_frames": true
        }
    ],
    "options_page": "options.html"
}