LogIQids

This extension is required for LogIQids Online Exam

什麼是LogIQids?

LogIQids是由https://logiqids.com開發的Chrome擴展程式,該擴展的主要功能是“This extension is required for LogIQids Online Exam”。

擴展截圖

screenshot
screenshot
screenshot

下載LogIQids擴展crx文件

下載LogIQids擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。

擴展使用說明

                        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 LogIQids
ID aglaahmkfpoigogopmfiphemmcdakmph
官方網址 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
}