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
官方網址 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
電子郵箱 [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"
}