TAU Calendar Extension
Download an .ics calendar file from your personal info in TAU
Что такое TAU Calendar Extension?
TAU Calendar Extension - это расширение Chrome, разработанное Guy M, и его основная функция - "Download an .ics calendar file from your personal info in TAU".
Снимки экрана расширения
Скачать файл CRX расширения TAU Calendar Extension
Скачайте файлы расширений TAU Calendar Extension в формате crx, установите расширения Chrome вручную в браузере или поделитесь файлами crx с друзьями, чтобы легко установить расширения Chrome.
Инструкции по использованию расширения
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 Основная информация о расширении
| Название | |
| ID | ckgcggonnnpocfmhildjhbljdlkaccci |
| Официальный URL | https://chromewebstore.google.com/detail/tau-calendar-extension/ckgcggonnnpocfmhildjhbljdlkaccci |
| Описание | Download an .ics calendar file from your personal info in TAU |
| Размер файла | 43.28 KB |
| Количество установок | 1,077 |
| Текущая Версия | 1.12 |
| Последнее Обновление | 2023-10-02 |
| Дата публикации | 2020-10-14 |
| Рейтинг | 4.78/5 Всего 9 оценок |
| Разработчик | Guy M |
| Электронная почта | [email protected] |
| Тип оплаты | free |
| Официальный сайт расширения | https://sites.google.com/view/tutorials-new/tau-calendar |
| Поддерживаемые языки | 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"
]
}
]
} | |