UM Calendar Downloader
An automatic organizer tool to load course schedules in wolverine access to google calendar
Qu'est-ce que UM Calendar Downloader ?
UM Calendar Downloader est une extension Chrome développée par camillgi, et sa fonction principale est "An automatic organizer tool to load course schedules in wolverine access to google calendar".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension UM Calendar Downloader
Téléchargez les fichiers d'extension UM Calendar Downloader 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 | doepoieoohnakcjcdldghcpcajajlild |
URL Officiel | https://chrome.google.com/webstore/detail/um-calendar-downloader/doepoieoohnakcjcdldghcpcajajlild |
Description | An automatic organizer tool to load course schedules in wolverine access to google calendar |
Taille du Fichier | 1.75 MB |
Nombre d'Installations | 26 |
Version Actuelle | 0.0.0.1 |
Dernière Mise à Jour | 2018-12-08 |
Date de Publication | 2018-12-05 |
Évaluation | 4.50/5 Total 2 Évaluations |
Développeur | camillgi |
Type de Paiement | free |
Langues Prises en Charge | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "UM Calendar Downloader", "version": "0.0.0.1", "description": "An automatic organizer tool to load course schedules in wolverine access to google calendar", "icons": { "128": "SlayTheDayIcon.png", "48": "SlayTheDayIcon.png", "16": "SlayTheDayIcon.png" }, "browser_action": { "default_icon": "SlayTheDayIcon.png", "default_title": "Autoload UMich Schedule", "default_popup": "popup.html" }, "background": { "scripts": [ "eventPage.js", "jquery-3.3.1.min.js", "ics.deps.min.js", "ics.js" ], "persistent": false }, "content_scripts": [ { "matches": [ "https:\/\/csprod.dsc.umich.edu\/psc\/csprodnonop\/EMPLOYEE\/SA\/c\/*" ], "js": [ "angular.min.js", "jquery-3.3.1.min.js" ] } ], "permissions": [ "storage", "tabs", "activeTab", "*:\/\/*\/*", "https:\/\/csprod.dsc.umich.edu\/psp\/csprodnonop\/EMPLOYEE\/SA\/c\/*" ], "web_accessible_resources": [ "SlayTheDayIcon.png" ] } |