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.

Hvad er WebSecurity for mac?

WebSecurity for mac 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 mac-udvidelses-CRX-fil

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

Grundlæggende oplysninger om udvidelsen

Navn WebSecurity for mac WebSecurity for mac
ID onbpjbgmafgedakpmkmgcbogfomcpjjd
Officiel URL https://chromewebstore.google.com/detail/websecurity-for-mac/onbpjbgmafgedakpmkmgcbogfomcpjjd
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 12.93 KB
Antal Installationer 449
Nuværende Version 2.4
Senest Opdateret 2022-10-13
Udgivelsesdato 2020-02-16
Bedømmelse 1.73/5 Samlet 11 Bedømmelser
Udvikler ATIdeveloper
E-mail [email protected]
Betalingsmetode free
URL til Fortrolighedspolitik Side https://www.webwatcher.com/privacy-policy
Understøttede Sprog 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"
    ]
}