There, there, Google Calendar

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

Wat is There, there, Google Calendar?

There, there, Google Calendar is een Chrome-extensie ontwikkeld door https://benjaminbojko.com, en de belangrijkste functie is "Disables alerts in Google Calendar and redirects them to the console (Requires Settings > Notifications to be unchecked)".

Extensie Screenshots

screenshot
screenshot

Download het CRX-bestand van de extensie There, there, Google Calendar

Download There, there, Google Calendar-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

                                            

Basisinformatie over de Extensie

Naam There, there, Google Calendar There, there, Google Calendar
ID hkjnokojjolmplgbhmblgjioajjndgoo
Officiële URL https://chromewebstore.google.com/detail/there-there-google-calend/hkjnokojjolmplgbhmblgjioajjndgoo
Beschrijving Disables alerts in Google Calendar and redirects them to the console (Requires Settings > Notifications to be unchecked)
Bestandsgrootte 138 KB
Aantal Installaties 38
Huidige Versie 0.1.2
Laatst Bijgewerkt 2017-06-02
Publicatiedatum 2017-06-02
Beoordeling 5.00/5 Totaal 1 Beoordelingen
Ontwikkelaar https://benjaminbojko.com
E-mail [email protected]
Betalingswijze free
Ondersteunde Talen 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"
    }
}