Google Voice (by Google)

Make calls with Google Voice with a click.

Google Voice (by Google) क्या है?

Google Voice (by Google) https://voice.google.com द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Make calls with Google Voice with a click."।

एक्सटेंशन स्क्रीनशॉट्स

screenshot

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में Google Voice (by Google) एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।

एक्सटेंशन उपयोग निर्देश

                        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
ईमेल [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"
}