Event Countdown Timer
Event Countdown Timer is a simple reminder app for any important event such as birthdays, anniversaries, or any other event.
¿Qué es Event Countdown Timer?
Event Countdown Timer es una extensión de Chrome desarrollada por Shradha Mallik, y su función principal es "Event Countdown Timer is a simple reminder app for any important event such as birthdays, anniversaries, or any other event.".
Capturas de Pantalla de la Extensión
Descargar Archivo CRX de la Extensión Event Countdown Timer
Descarga archivos de extensión Event Countdown Timer en formato crx, instala manualmente las extensiones de Chrome en el navegador o comparte los archivos crx con amigos para instalar fácilmente las extensiones de Chrome.
Instrucciones de Uso de la Extensión
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.
Información Básica de la Extensión
Nombre | Event Countdown Timer |
ID | gnmjoklebamcedaiiphjmbbenmeokagh |
URL Oficial | https://chromewebstore.google.com/detail/event-countdown-timer/gnmjoklebamcedaiiphjmbbenmeokagh |
Descripción | Event Countdown Timer is a simple reminder app for any important event such as birthdays, anniversaries, or any other event. |
Tamaño del Archivo | 162 KB |
Cantidad de Instalaciones | 452 |
Versión Actual | 0.0.0.2 |
Última Actualización | 2021-01-14 |
Fecha de Publicación | 2021-01-10 |
Calificación | 3.00/5 Total de 2 Calificaciones |
Desarrollador | Shradha Mallik |
Correo electrónico | [email protected] |
Tipo de Pago | free |
Idiomas Soportados | 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" ] } } |