UM Calendar Downloader

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

什么是UM Calendar Downloader?

UM Calendar Downloader是由camillgi开发的Chrome扩展程序,该扩展的主要功能是“An automatic organizer tool to load course schedules in wolverine access to google calendar”。

扩展截图

screenshot

下载UM Calendar Downloader扩展crx文件

下载UM Calendar Downloader扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。

扩展使用说明

                                            

扩展基本信息

名称 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"
    ]
}