MyUW Calendar Scraper

Import your schedule to Google Calendar!

Что такое MyUW Calendar Scraper?

MyUW Calendar Scraper - это расширение Chrome, разработанное Forrest Timour, и его основная функция - "Import your schedule to Google Calendar!".

Снимки экрана расширения

screenshot

Скачать файл CRX расширения MyUW Calendar Scraper

Скачайте файлы расширений MyUW Calendar Scraper в формате crx, установите расширения Chrome вручную в браузере или поделитесь файлами crx с друзьями, чтобы легко установить расширения Chrome.

Инструкции по использованию расширения

                        For students at the University of Washington!

An easy tool to download your course schedule into a .ics file, compatible with most major calendar applications.

More details on GitHub:
https://github.com/Forrest-T/MyUW-Calendar                    

Основная информация о расширении

Название MyUW Calendar Scraper MyUW Calendar Scraper
ID neldjllggkogndhhmnfiohcbmpolpmck
Официальный URL https://chromewebstore.google.com/detail/myuw-calendar-scraper/neldjllggkogndhhmnfiohcbmpolpmck
Описание Import your schedule to Google Calendar!
Размер файла 56.12 KB
Количество установок 48
Текущая Версия 1.2 Beta
Последнее Обновление 2019-01-04
Дата публикации 2019-01-03
Разработчик Forrest Timour
Тип оплаты free
Официальный сайт расширения https://github.com/Forrest-T/MyUW-Calendar
Поддерживаемые языки en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "MyUW Calendar Scraper",
    "version": "1.2",
    "version_name": "1.2 Beta",
    "description": "Import your schedule to Google Calendar!",
    "manifest_version": 2,
    "icons": {
        "16": "icons\/logo16.png",
        "48": "icons\/logo48.png",
        "128": "icons\/logo128.png"
    },
    "browser_action": {
        "default_icon": "icons\/logo48.png",
        "default_popup": "popup.html"
    },
    "permissions": [
        "activeTab"
    ]
}