IMTLazarusv9

IMTLazarus's remote filtering agent.

Qu'est-ce que IMTLazarusv9 ?

IMTLazarusv9 est une extension Chrome développée par IMTCloud, et sa fonction principale est "IMTLazarus's remote filtering agent.".

Captures d'Écran de l'Extension

screenshot
screenshot
screenshot
screenshot
screenshot

Télécharger le fichier CRX de l'extension IMTLazarusv9

Téléchargez les fichiers d'extension IMTLazarusv9 au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

                        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.                    

Informations de Base sur l'Extension

Nom IMTLazarusv9 IMTLazarusv9
ID gdieoelmccpnnibeajgcchmhlnjgjhef
URL Officiel https://chrome.google.com/webstore/detail/imtlazarusv9/gdieoelmccpnnibeajgcchmhlnjgjhef
Description IMTLazarus's remote filtering agent.
Taille du Fichier 467 KB
Nombre d'Installations 3,297
Version Actuelle 20.0
Dernière Mise à Jour 2022-01-14
Date de Publication 2020-08-27
Évaluation 1.10/5 Total 50 Évaluations
Développeur IMTCloud
Email [email protected]
Type de Paiement free
URL de la Page de Politique de Confidentialité https://www.imtlazarus.com/es/politica-de-privacidad
Langues Prises en Charge 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"
}