LIU Grading and Attendance

Automatically upload grades and attendance to UMS

Что такое LIU Grading and Attendance?

LIU Grading and Attendance - это расширение Chrome, разработанное oussama.tahan, и его основная функция - "Automatically upload grades and attendance to UMS".

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

screenshot
screenshot

Скачать файл CRX расширения LIU Grading and Attendance

Скачайте файлы расширений LIU Grading and Attendance в формате crx, установите расширения Chrome вручную в браузере или поделитесь файлами crx с друзьями, чтобы легко установить расширения Chrome.

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

                        This chrome extension aims to facilitate the grades' copying procedure to the online system (UMS) of the Lebanese International University.                    

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

Название LIU Grading and Attendance LIU Grading and Attendance
ID bdjghknplnaffddflgbdmgonhjapglca
Официальный URL https://chromewebstore.google.com/detail/liu-grading-and-attendanc/bdjghknplnaffddflgbdmgonhjapglca
Описание Automatically upload grades and attendance to UMS
Размер файла 26.92 KB
Количество установок 256
Текущая Версия 2.0
Последнее Обновление 2021-01-11
Дата публикации 2019-01-23
Рейтинг 4.00/5 Всего 1 оценок
Разработчик oussama.tahan
Электронная почта [email protected]
Тип оплаты free
Поддерживаемые языки en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "LIU Grading and Attendance",
    "version": "2.0",
    "manifest_version": 2,
    "description": "Automatically upload grades and attendance to UMS",
    "permissions": [
        "activeTab",
        "storage"
    ],
    "browser_action": {
        "default_icon": "icon1.png",
        "default_popup": "popup.html"
    }
}