QU Studio

Plan your perfect timetable with this utility for QU

Что такое QU Studio?

QU Studio - это расширение Chrome, разработанное Asim, и его основная функция - "Plan your perfect timetable with this utility for QU".

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

screenshot
screenshot
screenshot
screenshot

Скачать файл CRX расширения QU Studio

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

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

                        خطط جدولك بكل سهولة!
جامعة القصيم & كليات بريدة
##

Plan your perfect timetable with this utility for QU & ksu students.

this Add-on for qu.edu.sa & ksu.edu.sa universities..
now you can build your timetable interactively!                    

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

Название QU Studio QU Studio
ID cbjkifnpmcklidaeagdmomenomblnjkg
Официальный URL https://chromewebstore.google.com/detail/qu-studio/cbjkifnpmcklidaeagdmomenomblnjkg
Описание Plan your perfect timetable with this utility for QU
Размер файла 3.43 MB
Количество установок 10,151
Текущая Версия 2.3.0
Последнее Обновление 2023-01-27
Дата публикации 2019-07-06
Рейтинг 4.96/5 Всего 27 оценок
Разработчик Asim
Электронная почта [email protected]
Тип оплаты free
Официальный сайт расширения https://twitter.com/asimnet
URL страницы помощи https://twitter.com/asimnet
Поддерживаемые языки ar
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "QU Studio",
    "short_name": "Tabler!",
    "version": "2.3.0",
    "description": "Plan your perfect timetable with this utility for QU",
    "permissions": [
        "tabs",
        "activeTab"
    ],
    "background": {
        "scripts": [
            "launch.js"
        ]
    },
    "content_scripts": [
        {
            "matches": [
                "https:\/\/stu-gate.qu.edu.sa\/qu\/ui\/student\/offeredCourses\/index\/offeredCoursesIndex.faces",
                "https:\/\/stu-gate.qu.edu.sa\/qu\/ui\/student\/offeredCourses\/*",
                "https:\/\/stu-gate.qu.edu.sa\/qu\/ui\/student\/homeIndex.faces",
                "https:\/\/edugate.ksu.edu.sa\/ksu\/ui\/student\/offeredCourses\/index\/offeredCoursesIndex.faces",
                "https:\/\/edugate.ksu.edu.sa\/qu\/ui\/student\/offeredCourses\/*",
                "https:\/\/edugate.ksu.edu.sa\/qu\/ui\/student\/homeIndex.faces",
                "http:\/\/edugate.bpc.edu.sa\/",
                "http:\/\/edugate.bpc.edu.sa\/bpc\/ui\/student\/offeredCourses\/index\/offeredCoursesIndex.faces",
                "http:\/\/edugate.bpc.edu.sa\/bpc\/ui\/student\/student_schedule\/index\/studentScheduleIndex.faces"
            ],
            "js": [
                "crel.min.js",
                "jquery.js",
                "inject.js"
            ],
            "css": [
                "inject.css"
            ],
            "run_at": "document_end"
        }
    ],
    "browser_action": {
        "default_title": "QU Timetable Planner"
    },
    "icons": {
        "16": "assets\/icon\/icon16.png",
        "48": "assets\/icon\/icon48.png",
        "64": "assets\/icon\/icon64.png",
        "128": "assets\/icon\/icon128.png",
        "512": "assets\/icon\/icon512.png"
    },
    "content_security_policy": "script-src 'self' 'unsafe-eval' https:\/\/cdn.emojicom.io\/embed\/widget.js https:\/\/emojicom.io\/api\/campaign\/P7llfOebUsVgHxqGNGuE 'sha256-hz+9TMGLS\/rb5F7r+VOxxwfWM9Loa6YgovcPWf16PdM=' https:\/\/*.usefathom.com https:\/\/*.emojicom.io\/* https:\/\/boardme.io\/script\/cd1032c3-0068-4b20-be60-03b9860d0c1b.js https:\/\/ssl.google-analytics.com https:\/\/*.firebaseio.com https:\/\/www.googleapis.com https:\/\/www.googletagmanager.com; object-src 'self';font-src 'self' data: https:\/\/fonts.gstatic.com; connect-src 'self' wss:\/\/*.firebaseio.com https:\/\/*.googleapis.com https:\/\/fonts.gstatic.com https:\/\/*.usefathom.com\/ https:\/\/boardme.io\/script\/cd1032c3-0068-4b20-be60-03b9860d0c1b.js https:\/\/boardme.io\/config\/cd1032c3-0068-4b20-be60-03b9860d0c1b https:\/\/boardme.io\/kpi\/flow-displayed https:\/\/boardme.io\/api\/v1\/recordings https:\/\/*.emojicom.io\/* https:\/\/emojicom.io\/api\/campaign\/P7llfOebUsVgHxqGNGuE ;",
    "manifest_version": 2,
    "minimum_chrome_version": "46"
}