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.

Vad är WebSecurity for mac?

WebSecurity for mac är en Chrome-tillägg utvecklad av ATIdeveloper, och dess huvudfunktion är "This extension is installed via the Administrator of the computer so that web browsing follows the policies in place for the ATI.".

Tilläggsskärmbilder

screenshot

Ladda ner WebSecurity for mac-förlängningens CRX-fil

Ladda ner WebSecurity for mac-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.

Användarmanual för Tillägg

                        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äggande Information om Tillägg

Namn WebSecurity for mac WebSecurity for mac
ID onbpjbgmafgedakpmkmgcbogfomcpjjd
Officiell webbadress https://chromewebstore.google.com/detail/websecurity-for-mac/onbpjbgmafgedakpmkmgcbogfomcpjjd
Beskrivning This extension is installed via the Administrator of the computer so that web browsing follows the policies in place for the ATI.
Filstorlek 12.93 KB
Antal Installationer 449
Aktuell Version 2.4
Senast Uppdaterad 2022-10-13
Publiceringsdatum 2020-02-16
Betyg 1.73/5 Totalt 11 Betyg
Utvecklare ATIdeveloper
E-post [email protected]
Betalningssätt free
URL till Sekretesspolicy Sidan https://www.webwatcher.com/privacy-policy
Stödda Språk 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"
    ]
}