Inbox notifications

Shows notifications to messages stream.

Vad är Inbox notifications?

Inbox notifications är en Chrome-tillägg utvecklad av Dmitry Balakov, och dess huvudfunktion är "Shows notifications to messages stream.".

Tilläggsskärmbilder

screenshot

Ladda ner Inbox notifications-förlängningens CRX-fil

Ladda ner Inbox notifications-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.

Användarmanual för Tillägg

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

Grundläggande Information om Tillägg

Namn Inbox notifications Inbox notifications
ID accaanpfdgdlfliclbofmpadfepmkfoa
Officiell webbadress https://chrome.google.com/webstore/detail/inbox-notifications/accaanpfdgdlfliclbofmpadfepmkfoa
Beskrivning Shows notifications to messages stream.
Filstorlek 37.89 KB
Antal Installationer 135
Aktuell Version 0.1
Senast Uppdaterad 2015-06-02
Publiceringsdatum 2015-06-02
Betyg 5.00/5 Totalt 2 Betyg
Utvecklare Dmitry Balakov
Betalningssätt free
Stödda Språk 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"
    ]
}