Notify
Extension to notify about important staff
Cos'è Notify?
Notify è un'estensione di Chrome sviluppata da Ariorh, e la sua funzione principale è "Extension to notify about important staff".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione Notify
Scarica i file di estensione Notify in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.
Istruzioni per l'Uso dell'Estensione
Это расширение напоминалка, принципиальное отличие в том что:
когда приходит время, появляется уведомление windows которое имеет две кнопки: отложить или открыть Informazioni di Base sull'Estensione
| Nome | |
| ID | ckgchhbmlojfgfgapggojdkpembnmpga |
| URL Ufficiale | https://chromewebstore.google.com/detail/notify/ckgchhbmlojfgfgapggojdkpembnmpga |
| Descrizione | Extension to notify about important staff |
| Dimensione del File | 148 KB |
| Conteggio Installazioni | 33 |
| Versione Corrente | 0.0.2 |
| Ultimo Aggiornamento | 2020-06-04 |
| Data di Pubblicazione | 2020-06-03 |
| Sviluppatore | Ariorh |
| [email protected] | |
| Tipo di Pagamento | free |
| Sito Web dell'Estensione | https://github.com/Ariorh1337/Notify |
| URL della Pagina della Politica sulla Privacy | http://ariorh.com/privacy.html |
| Lingue Supportate | 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"
]
} | |