Event Countdown Timer
Event Countdown Timer is a simple reminder app for any important event such as birthdays, anniversaries, or any other event.
Cos'è Event Countdown Timer?
Event Countdown Timer è un'estensione di Chrome sviluppata da Shradha Mallik, e la sua funzione principale è "Event Countdown Timer is a simple reminder app for any important event such as birthdays, anniversaries, or any other event.".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione Event Countdown Timer
Scarica i file di estensione Event Countdown Timer 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
Event Countdown Timer is a simple countdown clock app which reminds you about important events, weddings, anniversaries, birthdays, or holidays to name a few.
Simply write the event name and set the date and time. The app will show you the remaining time and send a notification once the event day is reached.
To get the reminder alerts, we request you to please enable chrome notification in your system. Informazioni di Base sull'Estensione
| Nome | |
| ID | gnmjoklebamcedaiiphjmbbenmeokagh |
| URL Ufficiale | https://chromewebstore.google.com/detail/event-countdown-timer/gnmjoklebamcedaiiphjmbbenmeokagh |
| Descrizione | Event Countdown Timer is a simple reminder app for any important event such as birthdays, anniversaries, or any other event. |
| Dimensione del File | 162 KB |
| Conteggio Installazioni | 452 |
| Versione Corrente | 0.0.0.2 |
| Ultimo Aggiornamento | 2021-01-14 |
| Data di Pubblicazione | 2021-01-10 |
| Valutazione | 3.00/5 Totale 2 Valutazioni |
| Sviluppatore | Shradha Mallik |
| [email protected] | |
| Tipo di Pagamento | free |
| Lingue Supportate | en |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"manifest_version": 2,
"name": "Event Countdown Timer",
"description": "Event Countdown Timer is a simple reminder app for any important event such as birthdays, anniversaries, or any other event.",
"version": "0.0.0.2",
"icons": {
"16": "icon16.png",
"128": "icon128.png"
},
"browser_action": {
"default_icon": "icon16.png",
"default_popup": "popup.html"
},
"permissions": [
"notifications"
],
"background": {
"scripts": [
"background.js"
]
}
} | |