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.

Co je WebSecurity for ChromeBook?

WebSecurity for ChromeBook je rozšíření Chrome vyvinuté ATIdeveloper, a jeho hlavní funkcí je „This extension is installed via the Administrator of the computer so that web browsing follows the policies in place for the ATI.“.

Snímky obrazovky rozšíření

screenshot

Stáhnout soubor CRX rozšíření WebSecurity for ChromeBook

Stáhněte si soubory rozšíření WebSecurity for ChromeBook ve formátu crx, ručně nainstalujte rozšíření Chrome do prohlížeče nebo sdílejte soubory crx s přáteli, abyste jednoduše nainstalovali rozšíření Chrome.

Pokyny pro Použití Rozšíření

                        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.                    

Základní Informace o Rozšíření

Název WebSecurity for ChromeBook WebSecurity for ChromeBook
ID fpaeneebgnphjglakjebaekpcobbekgf
Oficiální URL https://chromewebstore.google.com/detail/websecurity-for-chromeboo/fpaeneebgnphjglakjebaekpcobbekgf
Popis This extension is installed via the Administrator of the computer so that web browsing follows the policies in place for the ATI.
Velikost souboru 90.25 KB
Počet instalací 339
Aktuální Verze 1.0.1.16
Poslední Aktualizace 2023-07-23
Datum Vydání 2020-05-03
Hodnocení 1.00/5 Celkem 2 Hodnocení
Vývojář ATIdeveloper
E-mail [email protected]
Typ Platby free
URL Stránky Zásad Ochrany Soukromí https://www.webwatcher.com/privacy-policy
Podporované Jazyky 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"
}