IMTLazarusv9

IMTLazarus's remote filtering agent.

IMTLazarusv9 क्या है?

IMTLazarusv9 IMTCloud द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "IMTLazarus's remote filtering agent."।

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

screenshot
screenshot
screenshot
screenshot
screenshot

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

crx प्रारूप में IMTLazarusv9 एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।

एक्सटेंशन उपयोग निर्देश

                        Extension for parental management through the IMTLazarus platform (designed for schools, peace of mind for families).
Parental Control, Web Filter & Youtube Filtering extension for Chrome & Chromebooks.
Offered by IMTCloud  - www.imtlazarus.com

Main features of the extension are:

- Web filtering across categories including pornography, adult, security and malware.
- Youtube filtering.             
- Content filtering.
- Black/White List.
- Camera hidden (Google Meet).
- Notification on Chromebook.
- Screen Lock.
- Protects in blinklearning the non-introduction of html code in the exercise boxes, preventing students from bypassing security, accessing online games (not allowed at school or by families).

Download it and internet filtering on any chrome based browser or any chromebook.

The extension will show a blocking panel if the web pages are not valid in the school or even establish a total blocking when required.                    

एक्सटेंशन की मूल जानकारी

नाम IMTLazarusv9 IMTLazarusv9
ID gdieoelmccpnnibeajgcchmhlnjgjhef
आधिकारिक URL https://chrome.google.com/webstore/detail/imtlazarusv9/gdieoelmccpnnibeajgcchmhlnjgjhef
विवरण IMTLazarus's remote filtering agent.
फ़ाइल का आकार 467 KB
स्थापना संख्या 3,297
वर्तमान संस्करण 20.0
अंतिम अपडेट 2022-01-14
प्रकाशन तिथि 2020-08-27
रेटिंग 1.10/5 कुल 50 रेटिंग्स
डेवलपर IMTCloud
ईमेल [email protected]
भुगतान के प्रकार free
गोपनीयता नीति पृष्ठ URL https://www.imtlazarus.com/es/politica-de-privacidad
समर्थित भाषाएँ es
manifest.json
{
    "manifest_version": 2,
    "name": "IMTLazarusv9",
    "version": "20.0",
    "short_name": "IMTLazarusv9",
    "author": "IMTCloud",
    "description": "IMTLazarus's remote filtering agent.",
    "background": {
        "page": "background.html"
    },
    "icons": {
        "16": "icon16.png",
        "48": "icon48.png",
        "128": "icon128.png"
    },
    "content_scripts": [
        {
            "all_frames": true,
            "css": [
                "css\/youtube.css"
            ],
            "js": [
                "js\/jq360min.js",
                "js\/content.js"
            ],
            "matches": [
                "http:\/\/*.youtube.com\/*",
                "https:\/\/*.youtube.com\/*"
            ]
        },
        {
            "all_frames": true,
            "css": [
                "css\/google_meet.css"
            ],
            "js": [
                "js\/jq360min.js",
                "js\/content_meet.js"
            ],
            "matches": [
                "https:\/\/meet.google.com\/*"
            ]
        },
        {
            "all_frames": true,
            "js": [
                "js\/jq360min.js",
                "js\/content_do.js"
            ],
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ]
        },
        {
            "all_frames": true,
            "js": [
                "js\/content_bl.js"
            ],
            "matches": [
                "https:\/\/www.blinklearning.com\/*"
            ]
        }
    ],
    "permissions": [
        "",
        "webRequest",
        "webRequestBlocking",
        "identity",
        "identity.email",
        "storage",
        "geolocation",
        "notifications",
        "management",
        "browsingData",
        "webNavigation"
    ],
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx"
}