Inbox notifications

Shows notifications to messages stream.

What is Inbox notifications?

Inbox notifications is a Chrome extension developed by Dmitry Balakov, and its main feature is "Shows notifications to messages stream.".

Extension Screenshots

screenshot

Download Inbox notifications Extension CRX File

Download Inbox notifications 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

                        https://github.com/dbalakov/inbox.notifications                    

Extension Basic Information

Name Inbox notifications Inbox notifications
ID accaanpfdgdlfliclbofmpadfepmkfoa
Official URL https://chrome.google.com/webstore/detail/inbox-notifications/accaanpfdgdlfliclbofmpadfepmkfoa
Description Shows notifications to messages stream.
File Size 37.89 KB
Installation Count 135
Current Version 0.1
Last Updated 2015-06-02
Publish Date 2015-06-02
Rating 5.00/5 Total 2 Ratings
Developer Dmitry Balakov
Payment Type free
Supported Languages en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Inbox notifications",
    "version": "0.1",
    "description": "Shows notifications to messages stream.",
    "icons": {
        "16": "icons\/16.png",
        "48": "icons\/48.png",
        "128": "icons\/128.png"
    },
    "permissions": [
        "notifications",
        "storage",
        "webRequest",
        "https:\/\/mail.google.com\/mail\/feed\/atom"
    ],
    "options_page": "options\/options.html",
    "background": {
        "scripts": [
            "background.js"
        ]
    },
    "manifest_version": 2,
    "web_accessible_resources": [
        "48.png"
    ]
}