Event Countdown Timer

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

Hvad er Event Countdown Timer?

Event Countdown Timer er en Chrome-udvidelse udviklet af Shradha Mallik, og dens hovedfunktion er "Event Countdown Timer is a simple reminder app for any important event such as birthdays, anniversaries, or any other event.".

Udvidelsesskærmbilleder

screenshot
screenshot
screenshot
screenshot

Download Event Countdown Timer-udvidelses-CRX-fil

Download Event Countdown Timer-udvidelsesfiler i crx-format, installer Chrome-udvidelser manuelt i browseren eller del crx-filer med venner for nemt at installere Chrome-udvidelser.

Brugsanvisning til Udvidelsen

                        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.                    

Grundlæggende oplysninger om udvidelsen

Navn Event Countdown Timer Event Countdown Timer
ID gnmjoklebamcedaiiphjmbbenmeokagh
Officiel URL https://chromewebstore.google.com/detail/event-countdown-timer/gnmjoklebamcedaiiphjmbbenmeokagh
Beskrivelse Event Countdown Timer is a simple reminder app for any important event such as birthdays, anniversaries, or any other event.
Filstørrelse 162 KB
Antal Installationer 452
Nuværende Version 0.0.0.2
Senest Opdateret 2021-01-14
Udgivelsesdato 2021-01-10
Bedømmelse 3.00/5 Samlet 2 Bedømmelser
Udvikler Shradha Mallik
E-mail [email protected]
Betalingsmetode free
Understøttede Sprog 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"
        ]
    }
}