TAU Calendar Extension
Download an .ics calendar file from your personal info in TAU
Wat is TAU Calendar Extension?
TAU Calendar Extension is een Chrome-extensie ontwikkeld door Guy M, en de belangrijkste functie is "Download an .ics calendar file from your personal info in TAU".
Extensie Screenshots
Download het CRX-bestand van de extensie TAU Calendar Extension
Download TAU Calendar Extension-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
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 Basisinformatie over de Extensie
| Naam | |
| ID | ckgcggonnnpocfmhildjhbljdlkaccci |
| Officiële URL | https://chromewebstore.google.com/detail/tau-calendar-extension/ckgcggonnnpocfmhildjhbljdlkaccci |
| Beschrijving | Download an .ics calendar file from your personal info in TAU |
| Bestandsgrootte | 43.28 KB |
| Aantal Installaties | 1,077 |
| Huidige Versie | 1.12 |
| Laatst Bijgewerkt | 2023-10-02 |
| Publicatiedatum | 2020-10-14 |
| Beoordeling | 4.78/5 Totaal 9 Beoordelingen |
| Ontwikkelaar | Guy M |
| [email protected] | |
| Betalingswijze | free |
| Extensiewebsite | https://sites.google.com/view/tutorials-new/tau-calendar |
| Ondersteunde Talen | 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"
]
}
]
} | |