UM Calendar Downloader

An automatic organizer tool to load course schedules in wolverine access to google calendar

ما هو UM Calendar Downloader؟

UM Calendar Downloader هو إضافة Chrome تم تطويرها بواسطة camillgi، والميزة الرئيسية لها هي "An automatic organizer tool to load course schedules in wolverine access to google calendar".

لقطات شاشة التمديد

screenshot

تحميل ملف CRX للإضافة UM Calendar Downloader

قم بتنزيل ملفات الامتداد UM Calendar Downloader بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.

تعليمات استخدام التمديد

                                            

معلومات أساسية عن التمديد

الاسم UM Calendar Downloader UM Calendar Downloader
ID doepoieoohnakcjcdldghcpcajajlild
عنوان URL الرسمي https://chrome.google.com/webstore/detail/um-calendar-downloader/doepoieoohnakcjcdldghcpcajajlild
الوصف An automatic organizer tool to load course schedules in wolverine access to google calendar
حجم الملف 1.75 MB
عدد التثبيتات 26
النسخة الحالية 0.0.0.1
آخر تحديث 2018-12-08
تاريخ النشر 2018-12-05
تقييم 4.50/5 مجموع تقييمات 2
المطور camillgi
نوع الدفع free
اللغات المدعومة 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"
    ]
}