MyUW Calendar Scraper

Import your schedule to Google Calendar!

Cos'è MyUW Calendar Scraper?

MyUW Calendar Scraper è un'estensione di Chrome sviluppata da Forrest Timour, e la sua funzione principale è "Import your schedule to Google Calendar!".

Screenshot dell'Estensione

screenshot

Scarica il file CRX dell'estensione MyUW Calendar Scraper

Scarica i file di estensione MyUW Calendar Scraper in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

                        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                    

Informazioni di Base sull'Estensione

Nome MyUW Calendar Scraper MyUW Calendar Scraper
ID neldjllggkogndhhmnfiohcbmpolpmck
URL Ufficiale https://chromewebstore.google.com/detail/myuw-calendar-scraper/neldjllggkogndhhmnfiohcbmpolpmck
Descrizione Import your schedule to Google Calendar!
Dimensione del File 56.12 KB
Conteggio Installazioni 48
Versione Corrente 1.2 Beta
Ultimo Aggiornamento 2019-01-04
Data di Pubblicazione 2019-01-03
Sviluppatore Forrest Timour
Tipo di Pagamento free
Sito Web dell'Estensione https://github.com/Forrest-T/MyUW-Calendar
Lingue Supportate 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"
    ]
}