There, there, Google Calendar

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

Hvad er There, there, Google Calendar?

There, there, Google Calendar er en Chrome-udvidelse udviklet af https://benjaminbojko.com, og dens hovedfunktion er "Disables alerts in Google Calendar and redirects them to the console (Requires Settings > Notifications to be unchecked)".

Udvidelsesskærmbilleder

screenshot
screenshot

Download There, there, Google Calendar-udvidelses-CRX-fil

Download There, there, Google Calendar-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

                                            

Grundlæggende oplysninger om udvidelsen

Navn There, there, Google Calendar There, there, Google Calendar
ID hkjnokojjolmplgbhmblgjioajjndgoo
Officiel URL https://chromewebstore.google.com/detail/there-there-google-calend/hkjnokojjolmplgbhmblgjioajjndgoo
Beskrivelse Disables alerts in Google Calendar and redirects them to the console (Requires Settings > Notifications to be unchecked)
Filstørrelse 138 KB
Antal Installationer 38
Nuværende Version 0.1.2
Senest Opdateret 2017-06-02
Udgivelsesdato 2017-06-02
Bedømmelse 5.00/5 Samlet 1 Bedømmelser
Udvikler https://benjaminbojko.com
E-mail [email protected]
Betalingsmetode free
Understøttede Sprog 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"
    }
}