Event Countdown Timer

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

Vad är Event Countdown Timer?

Event Countdown Timer är en Chrome-tillägg utvecklad av Shradha Mallik, och dess huvudfunktion är "Event Countdown Timer is a simple reminder app for any important event such as birthdays, anniversaries, or any other event.".

Tilläggsskärmbilder

screenshot
screenshot
screenshot
screenshot

Ladda ner Event Countdown Timer-förlängningens CRX-fil

Ladda ner Event Countdown Timer-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.

Användarmanual för Tillägg

                        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äggande Information om Tillägg

Namn Event Countdown Timer Event Countdown Timer
ID gnmjoklebamcedaiiphjmbbenmeokagh
Officiell webbadress https://chromewebstore.google.com/detail/event-countdown-timer/gnmjoklebamcedaiiphjmbbenmeokagh
Beskrivning Event Countdown Timer is a simple reminder app for any important event such as birthdays, anniversaries, or any other event.
Filstorlek 162 KB
Antal Installationer 452
Aktuell Version 0.0.0.2
Senast Uppdaterad 2021-01-14
Publiceringsdatum 2021-01-10
Betyg 3.00/5 Totalt 2 Betyg
Utvecklare Shradha Mallik
E-post [email protected]
Betalningssätt free
Stödda Språk 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"
        ]
    }
}