Easy Grouping for Google Calendar
Easily group calendars and switch between them quickly in Google Calendar. Groups can be defined for project teams, departments,…
Qu'est-ce que Easy Grouping for Google Calendar ?
Easy Grouping for Google Calendar est une extension Chrome développée par https://findgrep.app, et sa fonction principale est "Easily group calendars and switch between them quickly in Google Calendar. Groups can be defined for project teams, departments,…".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension Easy Grouping for Google Calendar
Téléchargez les fichiers d'extension Easy Grouping for 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
Easily group calendars and switch between them quickly in Google Calendar. Groups can be defined for project teams, departments, or managers, depending on your use case. To create a group, simply enter the name of the group and the name of the target calendar from "My Calendars” and “Other Calendars" in the text area. You can easily combine, select and switch between calendars from a list of calendars you have defined. Key Features * You can easily define groups of calendars to which you are subscribed and switch between calendar groups. * Settings can also be imported and exported as JSON files. Privacy * This extension does not send or store any information to external services.
Informations de Base sur l'Extension
Nom | Easy Grouping for Google Calendar |
ID | kohnpgjnebgngobifoimegihoblapbnl |
URL Officiel | https://chromewebstore.google.com/detail/easy-grouping-for-google/kohnpgjnebgngobifoimegihoblapbnl |
Description | Easily group calendars and switch between them quickly in Google Calendar. Groups can be defined for project teams, departments,… |
Taille du Fichier | 106 KB |
Nombre d'Installations | 576 |
Version Actuelle | 1.5.0 |
Dernière Mise à Jour | 2024-01-11 |
Date de Publication | 2023-02-14 |
Évaluation | 5.00/5 Total 1 Évaluations |
Développeur | https://findgrep.app |
[email protected] | |
Type de Paiement | free |
Site Web de l'Extension | https://findgrep.app/ |
Langues Prises en Charge | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "name": "Easy Grouping for Google Calendar", "version": "1.5.0", "action": { "default_popup": "index.html" }, "permissions": [ "activeTab", "storage" ], "host_permissions": [ "https:\/\/calendar.google.com\/calendar\/*" ], "content_scripts": [ { "js": [ "assets\/content.tsx-loader-f2b0616c.js" ], "matches": [ "https:\/\/calendar.google.com\/calendar\/*" ] } ], "options_page": "src\/options.html", "icons": { "16": "icon_16x16.png", "32": "icon_32x32.png", "48": "icon_48x48.png", "128": "icon_128x128.png" }, "web_accessible_resources": [ { "matches": [ "https:\/\/calendar.google.com\/*" ], "resources": [ "assets\/content.tsx-83cf1e2a.js" ], "use_dynamic_url": true } ] } |