Eyezy for Chrome

Protect your kids online. Monitor web browsing with Eyezy extension

Eyezy for Chrome क्या है?

Eyezy for Chrome Eyezy द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Protect your kids online. Monitor web browsing with Eyezy extension"।

एक्सटेंशन स्क्रीनशॉट्स

screenshot
screenshot
screenshot

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में Eyezy for Chrome एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ 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 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
    }
}