UW Class Schedule Exporter

Export your University of Waterloo class schedule to your calendar

O que é UW Class Schedule Exporter?

UW Class Schedule Exporter é uma extensão do Chrome desenvolvida por https://keanulee.com, e sua principal característica é "Export your University of Waterloo class schedule to your calendar".

Capturas de Tela da Extensão

screenshot

Baixar o arquivo CRX da Extensão UW Class Schedule Exporter

Baixe arquivos de extensão UW Class Schedule Exporter no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.

Instruções de Uso da Extensão

                        Are you tired of typing your university class schedule into your calendar application? Get UW Class Schedule to ICS and export your entire University of Waterloo class schedule, including lectures, tutorials, labs, seminars, and midterms, in one click. You can import the generated iCalendar (.ics) file into many popular calendar applications, including Outlook, OS X Calendar, and Google Calendar.

Features:
* Export your University of Waterloo class schedule by clicking "Download"
* Includes all class components (lectures, tutorials, midterms, etc.)
* Classroom information in the Location field, where it belongs
* Recurring events until the last day of classes
* Detailed class information in the Description field
* Absolutely free, no in-app purchases, and no ads - the way apps should be

Disclaimer:
Not affiliated with or endorsed by the University of Waterloo. UW Class Schedule to ICS is provided "as is" without warranty of any kind, either express of implied, and support may be terminated at any time. Outlook, OS X Calendar, and Google Calendar are registered trademarks of their respective owners.                    

Informações Básicas da Extensão

Nome UW Class Schedule Exporter UW Class Schedule Exporter
ID fdblgakcbbgcghehdiainelnhojenfpe
URL Oficial https://chromewebstore.google.com/detail/uw-class-schedule-exporte/fdblgakcbbgcghehdiainelnhojenfpe
Descrição Export your University of Waterloo class schedule to your calendar
Tamanho do Arquivo 48.56 KB
Contagem de Instalações 339
Versão Atual 1.1
Última Atualização 2015-01-09
Data de Publicação 2015-01-09
Classificação 5.00/5 Total de 11 Avaliações
Desenvolvedor https://keanulee.com
Tipo de Pagamento free
Site da Extensão http://keanulee.com/me/projects.php
Idiomas Suportados en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "UW Class Schedule Exporter",
    "version": "1.1",
    "description": "Export your University of Waterloo class schedule to your calendar",
    "icons": {
        "128": "icon.png"
    },
    "content_scripts": [
        {
            "matches": [
                "https:\/\/quest.pecs.uwaterloo.ca\/*"
            ],
            "all_frames": true,
            "js": [
                "jquery-1.9.1.min.js",
                "content_script.js"
            ]
        }
    ]
}