Notify

Extension to notify about important staff

¿Qué es Notify?

Notify es una extensión de Chrome desarrollada por Ariorh, y su función principal es "Extension to notify about important staff".

Capturas de Pantalla de la Extensión

screenshot
screenshot
screenshot

Descargar Archivo CRX de la Extensión Notify

Descarga archivos de extensión Notify 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

                        Это расширение напоминалка, принципиальное отличие в том что: 
когда приходит время, появляется уведомление windows которое имеет две кнопки: отложить или открыть                    

Información Básica de la Extensión

Nombre Notify Notify
ID ckgchhbmlojfgfgapggojdkpembnmpga
URL Oficial https://chromewebstore.google.com/detail/notify/ckgchhbmlojfgfgapggojdkpembnmpga
Descripción Extension to notify about important staff
Tamaño del Archivo 148 KB
Cantidad de Instalaciones 33
Versión Actual 0.0.2
Última Actualización 2020-06-04
Fecha de Publicación 2020-06-03
Desarrollador Ariorh
Correo electrónico [email protected]
Tipo de Pago free
Sitio Web de la Extensión https://github.com/Ariorh1337/Notify
URL de la Página de Política de Privacidad http://ariorh.com/privacy.html
Idiomas Soportados ru
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Notify",
    "description": "Extension to notify about important staff",
    "version": "0.0.2",
    "browser_action": {
        "default_popup": "popup\/main.html"
    },
    "icons": {
        "16": "\/img\/bell.png",
        "48": "\/img\/bell.png",
        "128": "\/img\/bell.png"
    },
    "background": {
        "scripts": [
            "background.js"
        ]
    },
    "permissions": [
        "storage",
        "notifications",
        "tabs"
    ]
}