UM Calendar Downloader
An automatic organizer tool to load course schedules in wolverine access to google calendar
Apa itu UM Calendar Downloader?
UM Calendar Downloader adalah ekstensi Chrome yang dikembangkan oleh camillgi, dan fitur utamanya adalah "An automatic organizer tool to load course schedules in wolverine access to google calendar".
Screenshot Ekstensi
Unduh Berkas CRX Ekstensi UM Calendar Downloader
Unduh file ekstensi UM Calendar Downloader dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.
Petunjuk Penggunaan Ekstensi
Informasi Dasar Ekstensi
Nama | |
ID | doepoieoohnakcjcdldghcpcajajlild |
URL Resmi | https://chrome.google.com/webstore/detail/um-calendar-downloader/doepoieoohnakcjcdldghcpcajajlild |
Deskripsi | An automatic organizer tool to load course schedules in wolverine access to google calendar |
Ukuran File | 1.75 MB |
Jumlah Instalasi | 26 |
Versi Saat Ini | 0.0.0.1 |
Terakhir Diperbarui | 2018-12-08 |
Tanggal Publikasi | 2018-12-05 |
Penilaian | 4.50/5 Total 2 Penilaian |
Pengembang | camillgi |
Tipe Pembayaran | free |
Bahasa yang Didukung | 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" ] } |