Inbox notifications

Shows notifications to messages stream.

Qu'est-ce que Inbox notifications ?

Inbox notifications est une extension Chrome développée par Dmitry Balakov, et sa fonction principale est "Shows notifications to messages stream.".

Captures d'Écran de l'Extension

screenshot

Télécharger le fichier CRX de l'extension Inbox notifications

Téléchargez les fichiers d'extension Inbox notifications au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

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

Informations de Base sur l'Extension

Nom Inbox notifications Inbox notifications
ID accaanpfdgdlfliclbofmpadfepmkfoa
URL Officiel https://chrome.google.com/webstore/detail/inbox-notifications/accaanpfdgdlfliclbofmpadfepmkfoa
Description Shows notifications to messages stream.
Taille du Fichier 37.89 KB
Nombre d'Installations 135
Version Actuelle 0.1
Dernière Mise à Jour 2015-06-02
Date de Publication 2015-06-02
Évaluation 5.00/5 Total 2 Évaluations
Développeur Dmitry Balakov
Type de Paiement free
Langues Prises en Charge 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"
    ]
}