Growl Voice for Gmail

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

Growl Voice for Gmail là gì?

Growl Voice for Gmail là một tiện ích mở rộng Chrome được phát triển bởi Get on Social, và tính năng chính của nó là "Allows external apps to handle the 'tel:' protocol instead of G-mail".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot
screenshot

Tải xuống tệp CRX của tiện ích mở rộng Growl Voice for Gmail

Tải xuống các tệp mở rộng Growl Voice for Gmail dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        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.                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên Growl Voice for Gmail Growl Voice for Gmail
ID jjdcmjnbjlbgoioemcghemihjaoenidg
URL Chính Thức https://chrome.google.com/webstore/detail/growl-voice-for-gmail/jjdcmjnbjlbgoioemcghemihjaoenidg
Mô tả Allows external apps to handle the 'tel:' protocol instead of G-mail
Kích Thước Tệp 16.11 KB
Số Lần Cài Đặt 173
Phiên Bản Hiện Tại 1.3
Cập Nhật Lần Cuối 2013-12-08
Ngày Phát Hành 2013-12-08
Đánh Giá 4.33/5 Tổng số 3 Đánh Giá
Nhà Phát Triển Get on Social
Email [email protected]
Loại Thanh Toán free
URL Trang Chính Sách Bảo Mật https://www.getonsocial.com/privacy
Ngôn Ngữ Được Hỗ Trợ 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
}