WebSafe365
WebSafe365 Parental Control
WebSafe365란 무엇입니까?
WebSafe365은(는) Innovotech Solutions (UK)에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "WebSafe365 Parental Control"입니다.
확장 프로그램 스크린샷
WebSafe365 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
with WebSafe 365, You can control what your kids browsing on the internet. Parent can either grant access or reject access to a website using Websafe 365 mobile app. If you accept a request, kids web browser will redirect to the website automatically. Otherwise website will remain blocked on the kids computer. You can also set time limits on how long your kid should access a website. Such as 30 mins, 1 hour, 3 hours, 1 day etc. You can also manage list of websites kids should access on their desktop computer using our WebSafe 365 mobile app. SETUP GUIDE ---------------------- 1. Install our free WebSafe 365 extension on your kid’s computer (this extension). - 2. install WebSafe 365 parent mobile app on parents’ mobile - * Google Play Store: https://play.google.com/store/apps/details?id=com.innovotech.websafe365 * Apple App Store: https://apps.apple.com/us/app/websafe-365/id1589704427 3. Scan the QR code using WebSafe 365 mobile app to connect the kids desktop browser and your mobile app.
확장 프로그램 기본 정보
이름 | WebSafe365 |
ID | caalgailaopfobcgmhcglflekfefpcdn |
공식 URL | https://chromewebstore.google.com/detail/websafe365/caalgailaopfobcgmhcglflekfefpcdn |
설명 | WebSafe365 Parental Control |
파일 크기 | 42.56 KB |
설치 횟수 | 40 |
현재 버전 | 1.0.8 |
최근 업데이트 | 2021-11-06 |
출시 날짜 | 2021-07-19 |
개발자 | Innovotech Solutions (UK) |
이메일 | [email protected] |
결제 유형 | free |
확장 프로그램 웹 사이트 | https://websafe365.com/ |
도움말 페이지 URL | https://websafe365.com/setup |
지원되는 언어 | en-GB |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "WebSafe365", "description": "WebSafe365 Parental Control", "version": "1.0.8", "manifest_version": 2, "permissions": [ "background", "notifications", "tabs", "https:\/\/websafe365.com\/*", "storage" ], "background": { "scripts": [ "js\/common.js", "background.js", "js\/scripts.js" ], "persistent": true }, "browser_action": { "default_popup": "welcome.html", "default_icon": "websafe-365-logo.png" }, "icons": { "16": "logo16.png", "48": "logo48.png", "128": "logo128.png" }, "commands": { "_execute_browser_action": { "suggested_key": { "default": "Ctrl+Shift+F", "mac": "MacCtrl+Shift+F" }, "description": "Opens welcome.html" } }, "content_security_policy": "script-src 'self'; object-src 'self'" } |