There, there, Google Calendar
Disables alerts in Google Calendar and redirects them to the console (Requires Settings > Notifications to be unchecked)
What is There, there, Google Calendar?
There, there, Google Calendar is a Chrome extension developed by https://benjaminbojko.com, and its main feature is "Disables alerts in Google Calendar and redirects them to the console (Requires Settings > Notifications to be unchecked)".
Extension Screenshots
Download There, there, Google Calendar Extension CRX File
Download There, there, Google Calendar extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
Extension Basic Information
Name | |
ID | hkjnokojjolmplgbhmblgjioajjndgoo |
Official URL | https://chromewebstore.google.com/detail/there-there-google-calend/hkjnokojjolmplgbhmblgjioajjndgoo |
Description | Disables alerts in Google Calendar and redirects them to the console (Requires Settings > Notifications to be unchecked) |
File Size | 138 KB |
Installation Count | 38 |
Current Version | 0.1.2 |
Last Updated | 2017-06-02 |
Publish Date | 2017-06-02 |
Rating | 5.00/5 Total 1 Ratings |
Developer | https://benjaminbojko.com |
[email protected] | |
Payment Type | free |
Supported Languages | 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" } } |