Event Countdown Timer

Event Countdown Timer is a simple reminder app for any important event such as birthdays, anniversaries, or any other event.

Wat is Event Countdown Timer?

Event Countdown Timer is een Chrome-extensie ontwikkeld door Shradha Mallik, en de belangrijkste functie is "Event Countdown Timer is a simple reminder app for any important event such as birthdays, anniversaries, or any other event.".

Extensie Screenshots

screenshot
screenshot
screenshot
screenshot

Download het CRX-bestand van de extensie Event Countdown Timer

Download Event Countdown Timer-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

                        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.                    

Basisinformatie over de Extensie

Naam Event Countdown Timer Event Countdown Timer
ID gnmjoklebamcedaiiphjmbbenmeokagh
Officiële URL https://chromewebstore.google.com/detail/event-countdown-timer/gnmjoklebamcedaiiphjmbbenmeokagh
Beschrijving Event Countdown Timer is a simple reminder app for any important event such as birthdays, anniversaries, or any other event.
Bestandsgrootte 162 KB
Aantal Installaties 452
Huidige Versie 0.0.0.2
Laatst Bijgewerkt 2021-01-14
Publicatiedatum 2021-01-10
Beoordeling 3.00/5 Totaal 2 Beoordelingen
Ontwikkelaar Shradha Mallik
E-mail [email protected]
Betalingswijze free
Ondersteunde Talen 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"
        ]
    }
}