UMD GCal Schedule Importer

Imports your UMD class schedule to Google Calendar.

UMD GCal Schedule Importerคืออะไร?

UMD GCal Schedule Importer เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://timothychen.me และคุณลักษณะหลักของมันคือ "Imports your UMD class schedule to Google Calendar."

ภาพหน้าจอของส่วนขยาย

screenshot
screenshot
screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย UMD GCal Schedule Importer

ดาวน์โหลดไฟล์ส่วนขยาย UMD GCal Schedule Importer ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

คำแนะนำในการใช้ส่วนขยาย

                        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.                    

ข้อมูลพื้นฐานของส่วนขยาย

ชื่อ UMD GCal Schedule Importer UMD GCal Schedule Importer
ID jegeklcfgfcjbcbcabblbhdakfaibckn
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/umd-gcal-schedule-importe/jegeklcfgfcjbcbcabblbhdakfaibckn
คำอธิบาย Imports your UMD class schedule to Google Calendar.
ขนาดไฟล์ 684 KB
จำนวนการติดตั้ง 642
เวอร์ชันปัจจุบัน 4.0
อัปเดตครั้งล่าสุด 2020-09-05
วันที่เผยแพร่ 2020-01-30
คะแนน 4.67/5 รวมทั้งหมด 36 คะแนน
ผู้พัฒนา https://timothychen.me
อีเมล [email protected]
ประเภทการชำระเงิน free
เว็บไซต์ส่วนขยาย https://schedule-importer.umd.edu
URL หน้าช่วยเหลือ https://github.com/timothychen01/umd-google-cal-schedule-importer/wiki/Support
ภาษาที่รองรับ 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'"
}