Time Table Viewer & Manager

Never forget the link of online classes; Managing time table made easier.

Что такое Time Table Viewer & Manager?

Time Table Viewer & Manager - это расширение Chrome, разработанное https://pratiktiwari.com, и его основная функция - "Never forget the link of online classes; Managing time table made easier.".

Снимки экрана расширения

screenshot
screenshot
screenshot

Скачать файл CRX расширения Time Table Viewer & Manager

Скачайте файлы расширений Time Table Viewer & Manager в формате crx, установите расширения Chrome вручную в браузере или поделитесь файлами crx с друзьями, чтобы легко установить расширения Chrome.

Инструкции по использованию расширения

                        In the world of online classes, it is difficult to remember the links of each of the subjects. 
"Time Table Viewer & Manager" solves this problem.

User can add the following fields to the time-table:
1. Subject Name
2. Subject Roll Number
3. Subject Code
4. Meeting Link

It is built for both students and teachers. Teachers can fill 0 in the roll number field and they'll be good to go with the extension.

The "Time Table" that the user adds will be persisted across browser closes and system restarts.

The extension doesn't collect any data. All of the stuffs are stored in the user's system itself.                    

Основная информация о расширении

Название Time Table Viewer & Manager Time Table Viewer & Manager
ID eoebehpikcgoecnbenbeblobkjalhpan
Официальный URL https://chromewebstore.google.com/detail/time-table-viewer-manager/eoebehpikcgoecnbenbeblobkjalhpan
Описание Never forget the link of online classes; Managing time table made easier.
Размер файла 70.24 KB
Количество установок 422
Текущая Версия 1.0
Последнее Обновление 2020-08-26
Дата публикации 2020-08-26
Рейтинг 3.75/5 Всего 4 оценок
Разработчик https://pratiktiwari.com
Электронная почта [email protected]
Тип оплаты free
Официальный сайт расширения https://pratiktiwari.com/time-table-manager/index.html
URL страницы помощи https://pratiktiwari.com/
URL страницы политики конфиденциальности https://pratiktiwari.com/time-table-manager/index.html
Поддерживаемые языки en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Time Table Viewer & Manager",
    "description": "Never forget the link of online classes; Managing time table made easier.",
    "version": "1.0",
    "icons": {
        "16": "icon16.png",
        "48": "icon48.png",
        "32": "icon32.png",
        "128": "icon128.png"
    },
    "browser_action": {
        "default_popup": "popup.html",
        "options_ui": {
            "page": "options.html",
            "open_in_tab": false
        }
    },
    "permissions": [
        "storage"
    ]
}