There, there, Google Calendar
Disables alerts in Google Calendar and redirects them to the console (Requires Settings > Notifications to be unchecked)
Was ist There, there, Google Calendar?
There, there, Google Calendar ist eine Chrome-Erweiterung, die von https://benjaminbojko.com entwickelt wurde, und ihr Hauptmerkmal ist "Disables alerts in Google Calendar and redirects them to the console (Requires Settings > Notifications to be unchecked)".
Erweiterungsscreenshots
There, there, Google Calendar-Erweiterungs-CRX-Datei herunterladen
Laden Sie There, there, Google Calendar-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.
Anleitung zur Verwendung der Erweiterung
Grundlegende Informationen zur Erweiterung
Name | |
ID | hkjnokojjolmplgbhmblgjioajjndgoo |
Offizielle URL | https://chromewebstore.google.com/detail/there-there-google-calend/hkjnokojjolmplgbhmblgjioajjndgoo |
Beschreibung | Disables alerts in Google Calendar and redirects them to the console (Requires Settings > Notifications to be unchecked) |
Dateigröße | 138 KB |
Installationsanzahl | 38 |
Aktuelle Version | 0.1.2 |
Letztes Update | 2017-06-02 |
Veröffentlichungsdatum | 2017-06-02 |
Bewertung | 5.00/5 Insgesamt 1 Bewertungen |
Entwickler | https://benjaminbojko.com |
[email protected] | |
Zahlungsart | free |
Unterstützte Sprachen | 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" } } |