Eyezy for Chrome

Protect your kids online. Monitor web browsing with Eyezy extension

Eyezy for Chrome là gì?

Eyezy for Chrome là một tiện ích mở rộng Chrome được phát triển bởi Eyezy, và tính năng chính của nó là "Protect your kids online. Monitor web browsing with Eyezy extension".

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

screenshot
screenshot
screenshot

Tải xuống tệp CRX của tiện ích mở rộng Eyezy for Chrome

Tải xuống các tệp mở rộng Eyezy for Chrome 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

                        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                    

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

Tên Eyezy for Chrome Eyezy for Chrome
ID iilhchbkecnglpppbpkefakkbkfgechi
URL Chính Thức https://chromewebstore.google.com/detail/eyezy-for-chrome/iilhchbkecnglpppbpkefakkbkfgechi
Mô tả Protect your kids online. Monitor web browsing with Eyezy extension
Kích Thước Tệp 117 KB
Số Lần Cài Đặt 366
Phiên Bản Hiện Tại 1.0.4 beta
Cập Nhật Lần Cuối 2023-10-26
Ngày Phát Hành 2023-04-13
Nhà Phát Triển Eyezy
Email [email protected]
Loại Thanh Toán free
Trang Web Mở Rộng https://www.eyezy.com/
URL Trang Chính Sách Bảo Mật https://www.eyezy.com/privacy-policy
Ngôn Ngữ Được Hỗ Trợ 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
    }
}