QU Studio
Plan your perfect timetable with this utility for QU
QU Studio란 무엇입니까?
QU Studio은(는) Asim에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Plan your perfect timetable with this utility for QU"입니다.
확장 프로그램 스크린샷
QU Studio 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
خطط جدولك بكل سهولة! جامعة القصيم & كليات بريدة ## 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 |
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" } |