UMD GCal Schedule Importer

Imports your UMD class schedule to Google Calendar.

Apa itu UMD GCal Schedule Importer?

UMD GCal Schedule Importer adalah ekstensi Chrome yang dikembangkan oleh https://timothychen.me, dan fitur utamanya adalah "Imports your UMD class schedule to Google Calendar.".

Screenshot Ekstensi

screenshot
screenshot
screenshot

Unduh Berkas CRX Ekstensi UMD GCal Schedule Importer

Unduh file ekstensi UMD GCal Schedule Importer 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

                        Tired of manually creating a Google Calendar for your UMD course schedule every single semester? Look no further! This chrome extension will pull the data from your Testudo page (after you navigate to the show schedule page) and create a Google Calendar for you, filled with your semester's schedule!

Currently works for Fall and Spring semesters.

If you find any bugs, please contact [email protected].

Created with <3 by Timothy Chen and Brandon Berry.                    

Informasi Dasar Ekstensi

Nama UMD GCal Schedule Importer UMD GCal Schedule Importer
ID jegeklcfgfcjbcbcabblbhdakfaibckn
URL Resmi https://chromewebstore.google.com/detail/umd-gcal-schedule-importe/jegeklcfgfcjbcbcabblbhdakfaibckn
Deskripsi Imports your UMD class schedule to Google Calendar.
Ukuran File 684 KB
Jumlah Instalasi 642
Versi Saat Ini 4.0
Terakhir Diperbarui 2020-09-05
Tanggal Publikasi 2020-01-30
Penilaian 4.67/5 Total 36 Penilaian
Pengembang https://timothychen.me
Email [email protected]
Tipe Pembayaran free
Situs Ekstensi https://schedule-importer.umd.edu
URL Halaman Bantuan https://github.com/timothychen01/umd-google-cal-schedule-importer/wiki/Support
Bahasa yang Didukung en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "UMD GCal Schedule Importer",
    "description": "Imports your UMD class schedule to Google Calendar.",
    "version": "4.0",
    "browser_action": {
        "default_icon": "icons\/icon19.png",
        "default_popup": "popup.html"
    },
    "icons": {
        "16": "icons\/icon16.png",
        "48": "icons\/icon48.png",
        "128": "icons\/icon128.png"
    },
    "permissions": [
        "tabs",
        "",
        "https:\/\/ajax.googleapis.com\/*",
        "https:\/\/www.provost.umd.edu\/calendar\/*",
        "https:\/\/apis.google.com\/*"
    ],
    "background": {
        "scripts": [
            "background.js"
        ],
        "persistent": false
    },
    "content_security_policy": "script-src 'self' https:\/\/ssl.google-analytics.com https:\/\/www.google-analytics.com https:\/\/cdnjs.cloudflare.com\/ajax\/libs\/materialize\/0.97.8\/js\/materialize.min.js; object-src 'self'"
}