There, there, Google Calendar
Disables alerts in Google Calendar and redirects them to the console (Requires Settings > Notifications to be unchecked)
Qu'est-ce que There, there, Google Calendar ?
There, there, Google Calendar est une extension Chrome développée par https://benjaminbojko.com, et sa fonction principale est "Disables alerts in Google Calendar and redirects them to the console (Requires Settings > Notifications to be unchecked)".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension There, there, Google Calendar
Téléchargez les fichiers d'extension There, there, Google Calendar au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.
Instructions d'Utilisation de l'Extension
Informations de Base sur l'Extension
Nom | |
ID | hkjnokojjolmplgbhmblgjioajjndgoo |
URL Officiel | 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) |
Taille du Fichier | 138 KB |
Nombre d'Installations | 38 |
Version Actuelle | 0.1.2 |
Dernière Mise à Jour | 2017-06-02 |
Date de Publication | 2017-06-02 |
Évaluation | 5.00/5 Total 1 Évaluations |
Développeur | https://benjaminbojko.com |
[email protected] | |
Type de Paiement | free |
Langues Prises en Charge | 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" } } |