Google Voice (by Google)

Make calls with Google Voice with a click.

Qu'est-ce que Google Voice (by Google) ?

Google Voice (by Google) est une extension Chrome développée par https://voice.google.com, et sa fonction principale est "Make calls with Google Voice with a click.".

Captures d'Écran de l'Extension

screenshot

Télécharger le fichier CRX de l'extension Google Voice (by Google)

Téléchargez les fichiers d'extension Google Voice (by Google) au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

                        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.                    

Informations de Base sur l'Extension

Nom Google Voice (by Google) Google Voice (by Google)
ID kcnhkahnjcbndmmehfkdnkjomaanaooo
URL Officiel https://chromewebstore.google.com/detail/google-voice-by-google/kcnhkahnjcbndmmehfkdnkjomaanaooo
Description Make calls with Google Voice with a click.
Taille du Fichier 964 KB
Nombre d'Installations 707,917
Version Actuelle 3.0.11
Dernière Mise à Jour 2022-01-06
Date de Publication 2020-04-29
Évaluation 3.97/5 Total 6286 Évaluations
Développeur https://voice.google.com
Email [email protected]
Type de Paiement free
Site Web de l'Extension https://voice.google.com/about
URL de la Page d'Aide https://support.google.com/voice/?hl=en#topic=1707989
URL de la Page de Politique de Confidentialité https://www.google.com/policies/privacy
Langues Prises en Charge 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"
}