LogIQids

This extension is required for LogIQids Online Exam

LogIQids क्या है?

LogIQids https://logiqids.com द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "This extension is required for LogIQids Online Exam"।

एक्सटेंशन स्क्रीनशॉट्स

screenshot
screenshot
screenshot

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में LogIQids एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ 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 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
}