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 с друзьями, чтобы легко установить расширения 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"
    ]
}