Growl Voice for Gmail

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

ما هو Growl Voice for Gmail؟

Growl Voice for Gmail هو إضافة Chrome تم تطويرها بواسطة Get on Social، والميزة الرئيسية لها هي "Allows external apps to handle the 'tel:' protocol instead of G-mail".

لقطات شاشة التمديد

screenshot
screenshot

تحميل ملف CRX للإضافة Growl Voice for Gmail

قم بتنزيل ملفات الامتداد Growl Voice for Gmail بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات 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
عنوان صفحة سياسة الخصوصية 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
}