WebSecurity for mac

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 mac?

WebSecurity for mac 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 mac

Pobierz pliki rozszerzeń WebSecurity for mac 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 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. Screenshot shows what happens when a blocked website is reached when the extension is in use in conjunction with Awareness Technologies user productivity monitoring software.                    

Podstawowe informacje o rozszerzeniu

Nazwa WebSecurity for mac WebSecurity for mac
ID onbpjbgmafgedakpmkmgcbogfomcpjjd
Oficjalny URL https://chromewebstore.google.com/detail/websecurity-for-mac/onbpjbgmafgedakpmkmgcbogfomcpjjd
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 12.93 KB
Liczba instalacji 449
Aktualna Wersja 2.4
Ostatnia Aktualizacja 2022-10-13
Data Publikacji 2020-02-16
Ocena 1.73/5 Łącznie 11 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-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "WebSecurity for mac",
    "version": "2.4",
    "description": "This extension is installed via the Administrator of the computer so that web browsing follows the policies in place for the ATI.",
    "icons": {
        "128": "icon_128.png"
    },
    "permissions": [
        "tabs",
        "webRequest",
        "",
        "webRequestBlocking",
        "nativeMessaging"
    ],
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "contentscript.js"
            ],
            "run_at": "document_start",
            "all_frames": true
        }
    ],
    "background": {
        "page": "background.html"
    },
    "web_accessible_resources": [
        "XMLHttpRequest.js"
    ]
}