SoundMail

Add sounds to your gmail!

SoundMail là gì?

SoundMail là một tiện ích mở rộng Chrome được phát triển bởi joonatoona, và tính năng chính của nó là "Add sounds to your gmail!".

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

Tải xuống các tệp mở rộng SoundMail 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

                        Have you ever wanted to add sounds to your Gmail?
This plugin adds mario sound effects to your gmail!

Sounds are specified for:
Email revived.
Email send.
Email deleted.
Draft deleted.
Email starred.
*REMOVED* Inbox reloaded. *REMOVED BECAUSE IT WAS ANNOYING*
Category expanded.                    

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

Tên SoundMail SoundMail
ID jfcaiimeoaecbgppjciopiedmfgipmib
URL Chính Thức https://chrome.google.com/webstore/detail/soundmail/jfcaiimeoaecbgppjciopiedmfgipmib
Mô tả Add sounds to your gmail!
Kích Thước Tệp 98.97 KB
Số Lần Cài Đặt 14
Phiên Bản Hiện Tại 0.2
Cập Nhật Lần Cuối 2015-07-08
Ngày Phát Hành 2015-07-08
Đánh Giá 4.00/5 Tổng số 1 Đánh Giá
Nhà Phát Triển joonatoona
Loại Thanh Toán free
Trang Web Mở Rộng http://digitalfishfun.com
Ngôn Ngữ Được Hỗ Trợ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "SoundMail",
    "version": "0.2",
    "description": "Add sounds to your gmail!",
    "content_scripts": [
        {
            "matches": [
                "https:\/\/mail.google.com\/*"
            ],
            "js": [
                "content.js"
            ]
        }
    ],
    "web_accessible_resources": [
        "jquery-1.11.3.min.js",
        "gmail.js",
        "main.js"
    ],
    "manifest_version": 2
}