LogIQids
This extension is required for LogIQids Online Exam
LogIQids란 무엇입니까?
LogIQids은(는) https://logiqids.com에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "This extension is required for LogIQids Online Exam"입니다.
확장 프로그램 스크린샷
LogIQids 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
This extension enables online invigilation & monitoring and is required to be installed for participating in LogIQids Olympiads. The extension will take following permissions to conduct a fair olympiad exam - - The extension take tabs permission to close all the other tabs opened in the browser before starting the exam and to restrict the user to open any other tab or window. - The extension take the active tab permission to ensure that the user doesn't leave our tab while giving the olympiad, and if they go then to warn the user. - The extension take Microphone & Camera permission to help you connect with the proctor during the exam. - The extension stores data points in the browser such as - number of times the user has tried to open any other tab/window apart from the exam tab.
확장 프로그램 기본 정보
이름 | LogIQids |
ID | aglaahmkfpoigogopmfiphemmcdakmph |
공식 URL | https://chromewebstore.google.com/detail/logiqids/aglaahmkfpoigogopmfiphemmcdakmph |
설명 | This extension is required for LogIQids Online Exam |
파일 크기 | 16.22 KB |
설치 횟수 | 20,000 |
현재 버전 | 1.6.0 |
최근 업데이트 | 2024-02-25 |
출시 날짜 | 2021-10-07 |
평점 | 3.75/5 총 4 개의 평점 |
개발자 | https://logiqids.com |
이메일 | [email protected] |
결제 유형 | free |
확장 프로그램 웹 사이트 | https://logiqids.com |
개인정보 보호 정책 페이지 URL | https://www.logiqids.com/terms-and-conditions |
지원되는 언어 | en-GB |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "LogIQids", "version": "1.6.0", "description": "This extension is required for LogIQids Online Exam", "permissions": [ "tabs", "activeTab", "contentSettings", "storage" ], "externally_connectable": { "matches": [ "*:\/\/localhost\/*", "*:\/\/www.logiqids.com\/*", "*:\/\/test.logiqids.com\/*", "*:\/\/exam.logiqidstest.com\/*", "*:\/\/exam.logiqids.com\/*", "*:\/\/your.domain.com\/*" ] }, "options_page": "options.html", "optional_permissions": [ "http:\/\/localhost:3000\/*" ], "background": { "scripts": [ "background.js" ], "persistent": false }, "browser_action": { "default_popup": "popup.html", "default_icon": { "16": "images\/icon16.png", "32": "images\/icon32.png", "48": "images\/icon48.png", "128": "images\/icon128.png" } }, "icons": { "16": "images\/icon16.png", "32": "images\/icon32.png", "48": "images\/icon48.png", "128": "images\/icon128.png" }, "web_accessible_resources": [ "test.jpg" ], "manifest_version": 2 } |