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.

Hvad er WebSecurity for ChromeBook?

WebSecurity for ChromeBook er en Chrome-udvidelse udviklet af ATIdeveloper, og dens hovedfunktion er "This extension is installed via the Administrator of the computer so that web browsing follows the policies in place for the ATI.".

Udvidelsesskærmbilleder

screenshot

Download WebSecurity for ChromeBook-udvidelses-CRX-fil

Download WebSecurity for ChromeBook-udvidelsesfiler i crx-format, installer Chrome-udvidelser manuelt i browseren eller del crx-filer med venner for nemt at installere Chrome-udvidelser.

Brugsanvisning til Udvidelsen

                        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.                    

Grundlæggende oplysninger om udvidelsen

Navn WebSecurity for ChromeBook WebSecurity for ChromeBook
ID fpaeneebgnphjglakjebaekpcobbekgf
Officiel URL https://chromewebstore.google.com/detail/websecurity-for-chromeboo/fpaeneebgnphjglakjebaekpcobbekgf
Beskrivelse This extension is installed via the Administrator of the computer so that web browsing follows the policies in place for the ATI.
Filstørrelse 90.25 KB
Antal Installationer 339
Nuværende Version 1.0.1.16
Senest Opdateret 2023-07-23
Udgivelsesdato 2020-05-03
Bedømmelse 1.00/5 Samlet 2 Bedømmelser
Udvikler ATIdeveloper
E-mail [email protected]
Betalingsmetode free
URL til Fortrolighedspolitik Side https://www.webwatcher.com/privacy-policy
Understøttede Sprog 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"
}