There, there, Google Calendar

Disables alerts in Google Calendar and redirects them to the console (Requires Settings > Notifications to be unchecked)

Apa itu There, there, Google Calendar?

There, there, Google Calendar adalah ekstensi Chrome yang dikembangkan oleh https://benjaminbojko.com, dan fitur utamanya adalah "Disables alerts in Google Calendar and redirects them to the console (Requires Settings > Notifications to be unchecked)".

Screenshot Ekstensi

screenshot
screenshot

Unduh Berkas CRX Ekstensi There, there, Google Calendar

Unduh file ekstensi There, there, Google Calendar 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

                                            

Informasi Dasar Ekstensi

Nama There, there, Google Calendar There, there, Google Calendar
ID hkjnokojjolmplgbhmblgjioajjndgoo
URL Resmi https://chromewebstore.google.com/detail/there-there-google-calend/hkjnokojjolmplgbhmblgjioajjndgoo
Deskripsi Disables alerts in Google Calendar and redirects them to the console (Requires Settings > Notifications to be unchecked)
Ukuran File 138 KB
Jumlah Instalasi 38
Versi Saat Ini 0.1.2
Terakhir Diperbarui 2017-06-02
Tanggal Publikasi 2017-06-02
Penilaian 5.00/5 Total 1 Penilaian
Pengembang https://benjaminbojko.com
Email [email protected]
Tipe Pembayaran free
Bahasa yang Didukung en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "version": "0.1.2",
    "name": "There, there, Google Calendar",
    "description": "Disables alerts in Google Calendar and redirects them to the console (Requires Settings > Notifications to be unchecked)",
    "content_scripts": [
        {
            "matches": [
                "https:\/\/calendar.google.com\/*"
            ],
            "js": [
                "main.js"
            ],
            "run_at": "document_start"
        }
    ],
    "web_accessible_resources": [
        "main.js"
    ],
    "icons": {
        "128": "icon128.png",
        "512": "icon512.png"
    }
}