Logify - Parental Control

fully integrated with Logify Apps

Logify - Parental Control là gì?

Logify - Parental Control là một tiện ích mở rộng Chrome được phát triển bởi Logify, và tính năng chính của nó là "fully integrated with Logify Apps".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot

Tải xuống tệp CRX của tiện ích mở rộng Logify - Parental Control

Tải xuống các tệp mở rộng Logify - Parental Control dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        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.                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên Logify - Parental Control Logify - Parental Control
ID ieiclhiighnkhphkobnhlfidobklabmf
URL Chính Thức https://chromewebstore.google.com/detail/logify-parental-control/ieiclhiighnkhphkobnhlfidobklabmf
Mô tả fully integrated with Logify Apps
Kích Thước Tệp 30.27 KB
Số Lần Cài Đặt 11
Phiên Bản Hiện Tại 4.0
Cập Nhật Lần Cuối 2021-06-13
Ngày Phát Hành 2020-08-16
Nhà Phát Triển Logify
Email [email protected]
Loại Thanh Toán free
Trang Web Mở Rộng http://www.omboinc.com/logify/
URL Trang Trợ Giúp http://www.omboinc.com/logify/whatsapp/
URL Trang Chính Sách Bảo Mật http://omboinc.com/logify/eula
Ngôn Ngữ Được Hỗ Trợ 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": []
}