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.

Was ist WebSecurity for ChromeBook?

WebSecurity for ChromeBook ist eine Chrome-Erweiterung, die von ATIdeveloper entwickelt wurde, und ihr Hauptmerkmal ist "This extension is installed via the Administrator of the computer so that web browsing follows the policies in place for the ATI.".

Erweiterungsscreenshots

screenshot

WebSecurity for ChromeBook-Erweiterungs-CRX-Datei herunterladen

Laden Sie WebSecurity for ChromeBook-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.

Anleitung zur Verwendung der Erweiterung

                        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.                    

Grundlegende Informationen zur Erweiterung

Name WebSecurity for ChromeBook WebSecurity for ChromeBook
ID fpaeneebgnphjglakjebaekpcobbekgf
Offizielle URL https://chromewebstore.google.com/detail/websecurity-for-chromeboo/fpaeneebgnphjglakjebaekpcobbekgf
Beschreibung This extension is installed via the Administrator of the computer so that web browsing follows the policies in place for the ATI.
Dateigröße 90.25 KB
Installationsanzahl 339
Aktuelle Version 1.0.1.16
Letztes Update 2023-07-23
Veröffentlichungsdatum 2020-05-03
Bewertung 1.00/5 Insgesamt 2 Bewertungen
Entwickler ATIdeveloper
E-Mail [email protected]
Zahlungsart free
URL der Datenschutzrichtlinien-Seite https://www.webwatcher.com/privacy-policy
Unterstützte Sprachen 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"
}