TAU Calendar Extension
Download an .ics calendar file from your personal info in TAU
Co to jest TAU Calendar Extension?
TAU Calendar Extension to rozszerzenie Chrome opracowane przez Guy M, a jego główną funkcją jest „Download an .ics calendar file from your personal info in TAU”.
Zrzuty ekranu rozszerzenia
Pobierz plik CRX rozszerzenia TAU Calendar Extension
Pobierz pliki rozszerzeń TAU Calendar Extension w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.
Instrukcja Użytkowania Rozszerzenia
This package adds a button in TAU personal info that allows you to export your personal studies calendar. To load the file to google calendar please follow this guide: https://sites.google.com/view/tutorials-new/tau-calendar *This is not an official app of TAU
Podstawowe informacje o rozszerzeniu
Nazwa | TAU Calendar Extension |
ID | ckgcggonnnpocfmhildjhbljdlkaccci |
Oficjalny URL | https://chromewebstore.google.com/detail/tau-calendar-extension/ckgcggonnnpocfmhildjhbljdlkaccci |
Opis | Download an .ics calendar file from your personal info in TAU |
Rozmiar pliku | 43.28 KB |
Liczba instalacji | 1,077 |
Aktualna Wersja | 1.12 |
Ostatnia Aktualizacja | 2023-10-02 |
Data Publikacji | 2020-10-14 |
Ocena | 4.78/5 Łącznie 9 Oceny |
Deweloper | Guy M |
[email protected] | |
Typ Płatności | free |
Strona Rozszerzenia | https://sites.google.com/view/tutorials-new/tau-calendar |
Obsługiwane Języki | iw |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "TAU Calendar Extension", "version": "1.12", "description": "Download an .ics calendar file from your personal info in TAU", "manifest_version": 3, "icons": { "16": "icons\/icon16.png", "48": "icons\/icon48.png", "128": "icons\/icon128.png" }, "host_permissions": [ "https:\/\/www.ims.tau.ac.il\/*" ], "web_accessible_resources": [ { "resources": [ "js\/cal.js" ], "matches": [ "https:\/\/www.ims.tau.ac.il\/*" ] } ], "content_scripts": [ { "matches": [ "https:\/\/www.ims.tau.ac.il\/Tal\/TL\/Marechet_L.*" ], "run_at": "document_end", "all_frames": true, "js": [ "js\/jquery-3.5.1.min.js", "js\/btn.js" ] } ] } |