WebSecurity for ChromeBook

This extension is installed via the Administrator of the computer so that web browsing follows the policies in place for the ATI.

Τι είναι το WebSecurity for ChromeBook;

Το WebSecurity for ChromeBook είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον ATIdeveloper, και η κύρια λειτουργία του είναι "This extension is installed via the Administrator of the computer so that web browsing follows the policies in place for the ATI.".

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

screenshot

Λήψη αρχείου CRX της επέκτασης WebSecurity for ChromeBook

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

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

                        WebSecurity for ChromeBook is a Google Chrome extension that works in conjunction with Awareness Technologies user productivity monitoring software package to monitor and block access to web content in the Chrome browser. This extension is installed via the Administrator of the computer so that web browsing follows the policies in place for the Awareness Technologies software.                    

Βασικές Πληροφορίες Επέκτασης

Όνομα WebSecurity for ChromeBook WebSecurity for ChromeBook
ID fpaeneebgnphjglakjebaekpcobbekgf
Επίσημο URL https://chromewebstore.google.com/detail/websecurity-for-chromeboo/fpaeneebgnphjglakjebaekpcobbekgf
Περιγραφή This extension is installed via the Administrator of the computer so that web browsing follows the policies in place for the ATI.
Μέγεθος Αρχείου 90.25 KB
Αριθμός Εγκαταστάσεων 339
Τρέχουσα Έκδοση 1.0.1.16
Τελευταία Ενημέρωση 2023-07-23
Ημερομηνία Δημοσίευσης 2020-05-03
Αξιολόγηση 1.00/5 Συνολικά 2 Αξιολογήσεις
Προγραμματιστής ATIdeveloper
Ηλεκτρονικό ταχυδρομείο [email protected]
Τύπος Πληρωμής free
URL της Σελίδας Πολιτικής Απορρήτου https://www.webwatcher.com/privacy-policy
Υποστηριζόμενες Γλώσσες en
manifest.json
{
    "name": "WebSecurity for ChromeBook",
    "version": "1.0.1.16",
    "description": "This extension is installed via the Administrator of the computer so that web browsing follows the policies in place for the ATI.",
    "manifest_version": 2,
    "icons": {
        "128": "icon_128.png"
    },
    "background": {
        "scripts": [
            "WebAPI.js",
            "utility.js",
            "jquery-3.3.1.min.js",
            "background.js"
        ],
        "persistent": true
    },
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "contentscript.js",
                "utility.js",
                "content.js"
            ],
            "run_at": "document_start",
            "all_frames": true
        }
    ],
    "browser_action": {
        "default_popup": "Registration.html"
    },
    "permissions": [
        "activeTab",
        "tabs",
        "identity",
        "identity.email",
        "",
        "storage",
        "background",
        "downloads",
        "enterprise.deviceAttributes"
    ],
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx"
}