IMTLazarusv9
IMTLazarus's remote filtering agent.
IMTLazarusv9란 무엇입니까?
IMTLazarusv9은(는) IMTCloud에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "IMTLazarus's remote filtering agent."입니다.
확장 프로그램 스크린샷
IMTLazarusv9 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 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.
확장 프로그램 기본 정보
이름 | |
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": [ " |