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

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

Stáhněte si soubory rozšíření WebSecurity for mac 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 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.                    

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

Název WebSecurity for mac WebSecurity for mac
ID onbpjbgmafgedakpmkmgcbogfomcpjjd
Oficiální URL https://chromewebstore.google.com/detail/websecurity-for-mac/onbpjbgmafgedakpmkmgcbogfomcpjjd
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 12.93 KB
Počet instalací 449
Aktuální Verze 2.4
Poslední Aktualizace 2022-10-13
Datum Vydání 2020-02-16
Hodnocení 1.73/5 Celkem 11 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-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"
    ]
}