LogIQids

This extension is required for LogIQids Online Exam

LogIQidsคืออะไร?

LogIQids เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://logiqids.com และคุณลักษณะหลักของมันคือ "This extension is required for LogIQids Online Exam"

ภาพหน้าจอของส่วนขยาย

screenshot
screenshot
screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย LogIQids

ดาวน์โหลดไฟล์ส่วนขยาย 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
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
}