Logify - Parental Control
fully integrated with Logify Apps
Logify - Parental Control란 무엇입니까?
Logify - Parental Control은(는) Logify에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "fully integrated with Logify Apps"입니다.
확장 프로그램 스크린샷
Logify - Parental Control 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
Logify, designed for parents, Logify offers online status on the web. Keep track of your child's online times. Asleep? or didn't sleep? Get instant notifications and detailed reports. Do you wonder when your children are sleeping or awakening? When was your child online? Analyze activities with online tracking. Get notifications when online. Logify parental control app offers the following functionality : Online and offline report notifications • You are immediately informed of all activities • You can easily manage online and offline notifications Detailed reports with charts day by day • Track all past activities of the user you follow. • Daily, hourly and also by minutes detailed follow-up reports. Last Seen • Closed the last seen or blocked you, you can follow his/her last seen. • You can view how many times she/he logs in during the day and how long she/he stays online.
확장 프로그램 기본 정보
이름 | Logify - Parental Control |
ID | ieiclhiighnkhphkobnhlfidobklabmf |
공식 URL | https://chromewebstore.google.com/detail/logify-parental-control/ieiclhiighnkhphkobnhlfidobklabmf |
설명 | fully integrated with Logify Apps |
파일 크기 | 30.27 KB |
설치 횟수 | 11 |
현재 버전 | 4.0 |
최근 업데이트 | 2021-06-13 |
출시 날짜 | 2020-08-16 |
개발자 | Logify |
이메일 | [email protected] |
결제 유형 | free |
확장 프로그램 웹 사이트 | http://www.omboinc.com/logify/ |
도움말 페이지 URL | http://www.omboinc.com/logify/whatsapp/ |
개인정보 보호 정책 페이지 URL | http://omboinc.com/logify/eula |
지원되는 언어 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "author": "author", "name": "Logify - Parental Control", "version": "4.0", "description": "fully integrated with Logify Apps", "permissions": [ "http:\/\/www.logify-app.com\/", "background" ], "icons": { "16": "logos\/icon_16.png", "48": "logos\/icon_48.png", "128": "logos\/icon_128.png" }, "background": { "scripts": [ "src\/API.js", "src\/background.js" ], "persistent": false }, "browser_action": { "default_popup": "html\/index.html" }, "incognito": "spanning", "web_accessible_resources": [] } |