Event Countdown Timer

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

Apa itu Event Countdown Timer?

Event Countdown Timer adalah ekstensi Chrome yang dikembangkan oleh Shradha Mallik, dan fitur utamanya adalah "Event Countdown Timer is a simple reminder app for any important event such as birthdays, anniversaries, or any other event.".

Screenshot Ekstensi

screenshot
screenshot
screenshot
screenshot

Unduh Berkas CRX Ekstensi Event Countdown Timer

Unduh file ekstensi Event Countdown Timer dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.

Petunjuk Penggunaan Ekstensi

                        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.                    

Informasi Dasar Ekstensi

Nama Event Countdown Timer Event Countdown Timer
ID gnmjoklebamcedaiiphjmbbenmeokagh
URL Resmi https://chromewebstore.google.com/detail/event-countdown-timer/gnmjoklebamcedaiiphjmbbenmeokagh
Deskripsi Event Countdown Timer is a simple reminder app for any important event such as birthdays, anniversaries, or any other event.
Ukuran File 162 KB
Jumlah Instalasi 452
Versi Saat Ini 0.0.0.2
Terakhir Diperbarui 2021-01-14
Tanggal Publikasi 2021-01-10
Penilaian 3.00/5 Total 2 Penilaian
Pengembang Shradha Mallik
Email [email protected]
Tipe Pembayaran free
Bahasa yang Didukung 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"
        ]
    }
}