StackOverflow Inbox Notifications

See when you receive inbox notifications from StackOverflow

Was ist StackOverflow Inbox Notifications?

StackOverflow Inbox Notifications ist eine Chrome-Erweiterung, die von https://www.akawebdesign.com entwickelt wurde, und ihr Hauptmerkmal ist "See when you receive inbox notifications from StackOverflow".

Erweiterungsscreenshots

screenshot

StackOverflow Inbox Notifications-Erweiterungs-CRX-Datei herunterladen

Laden Sie StackOverflow Inbox Notifications-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.

Anleitung zur Verwendung der Erweiterung

                        Want to know when you have new inbox notifications from StackOverflow? This extension adds a browser action to your toolbar, and updates the badge text when you have new notifications.                    

Grundlegende Informationen zur Erweiterung

Name StackOverflow Inbox Notifications StackOverflow Inbox Notifications
ID ndeljpkeimafgobechdfejolnpgcjomi
Offizielle URL https://chromewebstore.google.com/detail/stackoverflow-inbox-notif/ndeljpkeimafgobechdfejolnpgcjomi
Beschreibung See when you receive inbox notifications from StackOverflow
Dateigröße 74.77 KB
Installationsanzahl 39
Aktuelle Version 1.3.1
Letztes Update 2016-11-08
Veröffentlichungsdatum 2016-11-08
Bewertung 3.33/5 Insgesamt 3 Bewertungen
Entwickler https://www.akawebdesign.com
E-Mail [email protected]
Zahlungsart free
Hilfeseite URL https://github.com/arthurakay/StackOverflow-Notifications
Unterstützte Sprachen en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "StackOverflow Inbox Notifications",
    "version": "1.3.1",
    "description": "See when you receive inbox notifications from StackOverflow",
    "icons": {
        "128": "resources\/images\/extension.jpg"
    },
    "browser_action": {
        "default_icon": "resources\/images\/stackoverflow_16.png",
        "default_popup": "ui\/index.html"
    },
    "background": {
        "scripts": [
            "background\/background.js"
        ]
    },
    "content_security_policy": "script-src 'self' https:\/\/api.stackexchange.com; object-src 'self'",
    "permissions": [
        "identity",
        "https:\/\/stackexchange.com\/*\/*",
        "notifications"
    ]
}