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.

Was ist WebSecurity for mac?

WebSecurity for mac ist eine Chrome-Erweiterung, die von ATIdeveloper entwickelt wurde, und ihr Hauptmerkmal ist "This extension is installed via the Administrator of the computer so that web browsing follows the policies in place for the ATI.".

Erweiterungsscreenshots

screenshot

WebSecurity for mac-Erweiterungs-CRX-Datei herunterladen

Laden Sie WebSecurity for mac-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.

Anleitung zur Verwendung der Erweiterung

                        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.                    

Grundlegende Informationen zur Erweiterung

Name WebSecurity for mac WebSecurity for mac
ID onbpjbgmafgedakpmkmgcbogfomcpjjd
Offizielle URL https://chromewebstore.google.com/detail/websecurity-for-mac/onbpjbgmafgedakpmkmgcbogfomcpjjd
Beschreibung This extension is installed via the Administrator of the computer so that web browsing follows the policies in place for the ATI.
Dateigröße 12.93 KB
Installationsanzahl 449
Aktuelle Version 2.4
Letztes Update 2022-10-13
Veröffentlichungsdatum 2020-02-16
Bewertung 1.73/5 Insgesamt 11 Bewertungen
Entwickler ATIdeveloper
E-Mail [email protected]
Zahlungsart free
URL der Datenschutzrichtlinien-Seite https://www.webwatcher.com/privacy-policy
Unterstützte Sprachen 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"
    ]
}