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 to jest WebSecurity for ChromeBook?

WebSecurity for ChromeBook to rozszerzenie Chrome opracowane przez ATIdeveloper, a jego główną funkcją jest „This extension is installed via the Administrator of the computer so that web browsing follows the policies in place for the ATI.”.

Zrzuty ekranu rozszerzenia

screenshot

Pobierz plik CRX rozszerzenia WebSecurity for ChromeBook

Pobierz pliki rozszerzeń WebSecurity for ChromeBook w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.

Instrukcja Użytkowania Rozszerzenia

                        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.                    

Podstawowe informacje o rozszerzeniu

Nazwa WebSecurity for ChromeBook WebSecurity for ChromeBook
ID fpaeneebgnphjglakjebaekpcobbekgf
Oficjalny URL https://chromewebstore.google.com/detail/websecurity-for-chromeboo/fpaeneebgnphjglakjebaekpcobbekgf
Opis This extension is installed via the Administrator of the computer so that web browsing follows the policies in place for the ATI.
Rozmiar pliku 90.25 KB
Liczba instalacji 339
Aktualna Wersja 1.0.1.16
Ostatnia Aktualizacja 2023-07-23
Data Publikacji 2020-05-03
Ocena 1.00/5 Łącznie 2 Oceny
Deweloper ATIdeveloper
E-mail [email protected]
Typ Płatności free
Adres URL Strony Polityki Prywatności https://www.webwatcher.com/privacy-policy
Obsługiwane Języki 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"
}