Logify - Parental Control

fully integrated with Logify Apps

Τι είναι το Logify - Parental Control;

Το Logify - Parental Control είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον Logify, και η κύρια λειτουργία του είναι "fully integrated with Logify Apps".

Στιγμιότυπα Επέκτασης

screenshot

Λήψη αρχείου CRX της επέκτασης Logify - Parental Control

Λήψη αρχείων επέκτασης Logify - Parental Control σε μορφή crx, εγκατάσταση των επεκτάσεων Chrome μη αυτόματα στον περιηγητή ή κοινοποίηση των αρχείων crx με φίλους για εύκολη εγκατάσταση των επεκτάσεων Chrome.

Οδηγίες Χρήσης της Επέκτασης

                        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 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": []
}