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