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 กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

คำแนะนำในการใช้ส่วนขยาย

                        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
}