Inbox notifications

Shows notifications to messages stream.

Wat is Inbox notifications?

Inbox notifications is een Chrome-extensie ontwikkeld door Dmitry Balakov, en de belangrijkste functie is "Shows notifications to messages stream.".

Extensie Screenshots

screenshot

Download het CRX-bestand van de extensie Inbox notifications

Download Inbox notifications-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

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

Basisinformatie over de Extensie

Naam Inbox notifications Inbox notifications
ID accaanpfdgdlfliclbofmpadfepmkfoa
Officiële URL https://chrome.google.com/webstore/detail/inbox-notifications/accaanpfdgdlfliclbofmpadfepmkfoa
Beschrijving Shows notifications to messages stream.
Bestandsgrootte 37.89 KB
Aantal Installaties 135
Huidige Versie 0.1
Laatst Bijgewerkt 2015-06-02
Publicatiedatum 2015-06-02
Beoordeling 5.00/5 Totaal 2 Beoordelingen
Ontwikkelaar Dmitry Balakov
Betalingswijze free
Ondersteunde Talen 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"
    ]
}