Notify
Extension to notify about important staff
Was ist Notify?
Notify ist eine Chrome-Erweiterung, die von Ariorh entwickelt wurde, und ihr Hauptmerkmal ist "Extension to notify about important staff".
Erweiterungsscreenshots
Notify-Erweiterungs-CRX-Datei herunterladen
Laden Sie Notify-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
Это расширение напоминалка, принципиальное отличие в том что: когда приходит время, появляется уведомление windows которое имеет две кнопки: отложить или открыть
Grundlegende Informationen zur Erweiterung
Name | Notify |
ID | ckgchhbmlojfgfgapggojdkpembnmpga |
Offizielle URL | https://chromewebstore.google.com/detail/notify/ckgchhbmlojfgfgapggojdkpembnmpga |
Beschreibung | Extension to notify about important staff |
Dateigröße | 148 KB |
Installationsanzahl | 33 |
Aktuelle Version | 0.0.2 |
Letztes Update | 2020-06-04 |
Veröffentlichungsdatum | 2020-06-03 |
Entwickler | Ariorh |
[email protected] | |
Zahlungsart | free |
Erweiterungswebsite | https://github.com/Ariorh1337/Notify |
URL der Datenschutzrichtlinien-Seite | http://ariorh.com/privacy.html |
Unterstützte Sprachen | 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" ] } |