Inbox notifications

Shows notifications to messages stream.

Hvad er Inbox notifications?

Inbox notifications er en Chrome-udvidelse udviklet af Dmitry Balakov, og dens hovedfunktion er "Shows notifications to messages stream.".

Udvidelsesskærmbilleder

screenshot

Download Inbox notifications-udvidelses-CRX-fil

Download Inbox notifications-udvidelsesfiler i crx-format, installer Chrome-udvidelser manuelt i browseren eller del crx-filer med venner for nemt at installere Chrome-udvidelser.

Brugsanvisning til Udvidelsen

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

Grundlæggende oplysninger om udvidelsen

Navn Inbox notifications Inbox notifications
ID accaanpfdgdlfliclbofmpadfepmkfoa
Officiel URL https://chrome.google.com/webstore/detail/inbox-notifications/accaanpfdgdlfliclbofmpadfepmkfoa
Beskrivelse Shows notifications to messages stream.
Filstørrelse 37.89 KB
Antal Installationer 135
Nuværende Version 0.1
Senest Opdateret 2015-06-02
Udgivelsesdato 2015-06-02
Bedømmelse 5.00/5 Samlet 2 Bedømmelser
Udvikler Dmitry Balakov
Betalingsmetode free
Understøttede Sprog 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"
    ]
}