Notify

Extension to notify about important staff

Wat is Notify?

Notify is een Chrome-extensie ontwikkeld door Ariorh, en de belangrijkste functie is "Extension to notify about important staff".

Extensie Screenshots

screenshot
screenshot
screenshot

Download het CRX-bestand van de extensie Notify

Download Notify-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

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

Basisinformatie over de Extensie

Naam Notify Notify
ID ckgchhbmlojfgfgapggojdkpembnmpga
Officiële URL https://chromewebstore.google.com/detail/notify/ckgchhbmlojfgfgapggojdkpembnmpga
Beschrijving Extension to notify about important staff
Bestandsgrootte 148 KB
Aantal Installaties 33
Huidige Versie 0.0.2
Laatst Bijgewerkt 2020-06-04
Publicatiedatum 2020-06-03
Ontwikkelaar Ariorh
E-mail [email protected]
Betalingswijze free
Extensiewebsite https://github.com/Ariorh1337/Notify
URL van de Privacybeleid Pagina http://ariorh.com/privacy.html
Ondersteunde Talen 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"
    ]
}