Eyezy for Chrome
Protect your kids online. Monitor web browsing with Eyezy extension
Eyezy for Chrome란 무엇입니까?
Eyezy for Chrome은(는) Eyezy에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Protect your kids online. Monitor web browsing with Eyezy extension"입니다.
확장 프로그램 스크린샷
Eyezy for Chrome 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
Eyezy for Chrome parental control web extension is the perfect tool for keeping your child safe while they browse the internet. Installed on your child's Chrome browser, this product is designed for you to monitor inappropriate content. With this extension, you can view your child's browsing history and detect any worrying signs of cyberbullying or other possible threats. Our parental control web extension provides you with the peace of mind you need to ensure your child's safety. It is designed to work seamlessly with Eyezy that may offer you the widest range of monitoring features for different platforms to cover all available use cases. To get started, simply link this Chrome extension to your Eyezy personal profile. Some of the key features of our parental control web extension include: - Monitoring of browsing history: The extension allows you to track your child's online activity, so you can see what sites they've visited and identify any potential dangers. - Incognito mode monitoring: Our extension is designed to monitor incognito mode, which is often used by kids to hide their online activities. - Bookmarks monitoring: The extension can also monitor your child's bookmarks, so you can see what sites they are visiting frequently. For more information visit eyezy.com
확장 프로그램 기본 정보
이름 | Eyezy for Chrome |
ID | iilhchbkecnglpppbpkefakkbkfgechi |
공식 URL | https://chromewebstore.google.com/detail/eyezy-for-chrome/iilhchbkecnglpppbpkefakkbkfgechi |
설명 | Protect your kids online. Monitor web browsing with Eyezy extension |
파일 크기 | 117 KB |
설치 횟수 | 366 |
현재 버전 | 1.0.4 beta |
최근 업데이트 | 2023-10-26 |
출시 날짜 | 2023-04-13 |
개발자 | Eyezy |
이메일 | [email protected] |
결제 유형 | free |
확장 프로그램 웹 사이트 | https://www.eyezy.com/ |
개인정보 보호 정책 페이지 URL | https://www.eyezy.com/privacy-policy |
지원되는 언어 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "description": "Protect your kids online. Monitor web browsing with Eyezy extension", "version": "1.0.4", "name": "Eyezy for Chrome", "version_name": "1.0.4 beta", "manifest_version": 3, "permissions": [ "storage", "history", "bookmarks" ], "background": { "service_worker": "background.bundle.js" }, "action": { "default_popup": "popup.html", "default_icon": { "16": "\/images\/get_started16.png", "32": "\/images\/get_started32.png", "48": "\/images\/get_started48.png", "128": "\/images\/get_started128.png" } }, "content_scripts": [ { "matches": [ "http:\/\/*\/*", "https:\/\/*\/*" ], "js": [ "content.bundle.js" ] } ], "incognito": "spanning", "icons": { "16": "\/images\/get_started16.png", "32": "\/images\/get_started32.png", "48": "\/images\/get_started48.png", "128": "\/images\/get_started128.png" }, "options_ui": { "page": "options.html", "open_in_tab": false } } |