StackOverflow Inbox Notifications

See when you receive inbox notifications from StackOverflow

¿Qué es StackOverflow Inbox Notifications?

StackOverflow Inbox Notifications es una extensión de Chrome desarrollada por https://www.akawebdesign.com, y su función principal es "See when you receive inbox notifications from StackOverflow".

Capturas de Pantalla de la Extensión

screenshot

Descargar Archivo CRX de la Extensión StackOverflow Inbox Notifications

Descarga archivos de extensión StackOverflow Inbox Notifications en formato crx, instala manualmente las extensiones de Chrome en el navegador o comparte los archivos crx con amigos para instalar fácilmente las extensiones de Chrome.

Instrucciones de Uso de la Extensión

                        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.                    

Información Básica de la Extensión

Nombre StackOverflow Inbox Notifications StackOverflow Inbox Notifications
ID ndeljpkeimafgobechdfejolnpgcjomi
URL Oficial https://chromewebstore.google.com/detail/stackoverflow-inbox-notif/ndeljpkeimafgobechdfejolnpgcjomi
Descripción See when you receive inbox notifications from StackOverflow
Tamaño del Archivo 74.77 KB
Cantidad de Instalaciones 39
Versión Actual 1.3.1
Última Actualización 2016-11-08
Fecha de Publicación 2016-11-08
Calificación 3.33/5 Total de 3 Calificaciones
Desarrollador https://www.akawebdesign.com
Correo electrónico [email protected]
Tipo de Pago free
URL de la Página de Ayuda https://github.com/arthurakay/StackOverflow-Notifications
Idiomas Soportados 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"
    ]
}