Notify
Extension to notify about important staff
What is Notify?
Notify is a Chrome extension developed by Ariorh, and its main feature is "Extension to notify about important staff".
Extension Screenshots
Download Notify Extension CRX File
Download Notify extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
Это расширение напоминалка, принципиальное отличие в том что: когда приходит время, появляется уведомление windows которое имеет две кнопки: отложить или открыть
Extension Basic Information
Name | Notify |
ID | ckgchhbmlojfgfgapggojdkpembnmpga |
Official URL | https://chromewebstore.google.com/detail/notify/ckgchhbmlojfgfgapggojdkpembnmpga |
Description | Extension to notify about important staff |
File Size | 148 KB |
Installation Count | 33 |
Current Version | 0.0.2 |
Last Updated | 2020-06-04 |
Publish Date | 2020-06-03 |
Developer | Ariorh |
[email protected] | |
Payment Type | free |
Extension Website | https://github.com/Ariorh1337/Notify |
Privacy Policy Page URL | http://ariorh.com/privacy.html |
Supported Languages | 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" ] } |