SoundMail

Add sounds to your gmail!

What is SoundMail?

SoundMail is a Chrome extension developed by joonatoona, and its main feature is "Add sounds to your gmail!".

Download SoundMail Extension CRX File

Download SoundMail extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        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.                    

Extension Basic Information

Name SoundMail SoundMail
ID jfcaiimeoaecbgppjciopiedmfgipmib
Official URL https://chrome.google.com/webstore/detail/soundmail/jfcaiimeoaecbgppjciopiedmfgipmib
Description Add sounds to your gmail!
File Size 98.97 KB
Installation Count 14
Current Version 0.2
Last Updated 2015-07-08
Publish Date 2015-07-08
Rating 4.00/5 Total 1 Ratings
Developer joonatoona
Payment Type free
Extension Website http://digitalfishfun.com
Supported Languages 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
}