Growl Voice for Gmail

Allows external apps to handle the 'tel:' protocol instead of G-mail

Growl Voice for Gmail क्या है?

Growl Voice for Gmail Get on Social द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Allows external apps to handle the 'tel:' protocol instead of G-mail"।

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

screenshot
screenshot

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

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

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

                        Allows external apps to handle the 'tel:' protocol instead of G-mail. You can use Growl Voice, Skype, or any any application / program outside of Gmail. Gmail normally handles phone numbers internally, this extension changes that behavior.                    

एक्सटेंशन की मूल जानकारी

नाम Growl Voice for Gmail Growl Voice for Gmail
ID jjdcmjnbjlbgoioemcghemihjaoenidg
आधिकारिक URL https://chrome.google.com/webstore/detail/growl-voice-for-gmail/jjdcmjnbjlbgoioemcghemihjaoenidg
विवरण Allows external apps to handle the 'tel:' protocol instead of G-mail
फ़ाइल का आकार 16.11 KB
स्थापना संख्या 173
वर्तमान संस्करण 1.3
अंतिम अपडेट 2013-12-08
प्रकाशन तिथि 2013-12-08
रेटिंग 4.33/5 कुल 3 रेटिंग्स
डेवलपर Get on Social
ईमेल [email protected]
भुगतान के प्रकार free
गोपनीयता नीति पृष्ठ URL https://www.getonsocial.com/privacy
समर्थित भाषाएँ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Growl Voice for Gmail",
    "version": "1.3",
    "description": "Allows external apps to handle the 'tel:' protocol instead of G-mail",
    "permissions": [
        "webRequest",
        "webRequestBlocking",
        ""
    ],
    "background": {
        "scripts": [
            "background-ck.js"
        ]
    },
    "icons": {
        "128": "voice-128.png"
    },
    "content_scripts": [
        {
            "matches": [
                "*:\/\/mail.google.com\/_\/scs\/mail-static*"
            ],
            "js": [
                "myscript-ck.js"
            ],
            "run_at": "document_end",
            "all_frames": true
        }
    ],
    "manifest_version": 2
}