Event Countdown Timer

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

Qu'est-ce que Event Countdown Timer ?

Event Countdown Timer est une extension Chrome développée par Shradha Mallik, et sa fonction principale est "Event Countdown Timer is a simple reminder app for any important event such as birthdays, anniversaries, or any other event.".

Captures d'Écran de l'Extension

screenshot
screenshot
screenshot
screenshot

Télécharger le fichier CRX de l'extension Event Countdown Timer

Téléchargez les fichiers d'extension Event Countdown Timer au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

                        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.                    

Informations de Base sur l'Extension

Nom Event Countdown Timer Event Countdown Timer
ID gnmjoklebamcedaiiphjmbbenmeokagh
URL Officiel https://chromewebstore.google.com/detail/event-countdown-timer/gnmjoklebamcedaiiphjmbbenmeokagh
Description Event Countdown Timer is a simple reminder app for any important event such as birthdays, anniversaries, or any other event.
Taille du Fichier 162 KB
Nombre d'Installations 452
Version Actuelle 0.0.0.2
Dernière Mise à Jour 2021-01-14
Date de Publication 2021-01-10
Évaluation 3.00/5 Total 2 Évaluations
Développeur Shradha Mallik
Email [email protected]
Type de Paiement free
Langues Prises en Charge 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"
        ]
    }
}