UM Calendar Downloader
An automatic organizer tool to load course schedules in wolverine access to google calendar
Co to jest UM Calendar Downloader?
UM Calendar Downloader to rozszerzenie Chrome opracowane przez camillgi, a jego główną funkcją jest „An automatic organizer tool to load course schedules in wolverine access to google calendar”.
Zrzuty ekranu rozszerzenia
Pobierz plik CRX rozszerzenia UM Calendar Downloader
Pobierz pliki rozszerzeń UM Calendar Downloader w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.
Instrukcja Użytkowania Rozszerzenia
Podstawowe informacje o rozszerzeniu
Nazwa | |
ID | doepoieoohnakcjcdldghcpcajajlild |
Oficjalny URL | https://chrome.google.com/webstore/detail/um-calendar-downloader/doepoieoohnakcjcdldghcpcajajlild |
Opis | An automatic organizer tool to load course schedules in wolverine access to google calendar |
Rozmiar pliku | 1.75 MB |
Liczba instalacji | 26 |
Aktualna Wersja | 0.0.0.1 |
Ostatnia Aktualizacja | 2018-12-08 |
Data Publikacji | 2018-12-05 |
Ocena | 4.50/5 Łącznie 2 Oceny |
Deweloper | camillgi |
Typ Płatności | free |
Obsługiwane Języki | 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" ] } |