Google Voice (by Google)

Make calls with Google Voice with a click.

What is Google Voice (by Google)?

Google Voice (by Google) is a Chrome extension developed by https://voice.google.com, and its main feature is "Make calls with Google Voice with a click.".

Extension Screenshots

screenshot

Download Google Voice (by Google) Extension CRX File

Download Google Voice (by Google) extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        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.                    

Extension Basic Information

Name Google Voice (by Google) Google Voice (by Google)
ID kcnhkahnjcbndmmehfkdnkjomaanaooo
Official URL https://chromewebstore.google.com/detail/google-voice-by-google/kcnhkahnjcbndmmehfkdnkjomaanaooo
Description Make calls with Google Voice with a click.
File Size 964 KB
Installation Count 707,917
Current Version 3.0.11
Last Updated 2022-01-06
Publish Date 2020-04-29
Rating 3.97/5 Total 6286 Ratings
Developer https://voice.google.com
Email [email protected]
Payment Type free
Extension Website https://voice.google.com/about
Help Page URL https://support.google.com/voice/?hl=en#topic=1707989
Privacy Policy Page URL https://www.google.com/policies/privacy
Supported Languages 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"
}