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.

Qu'est-ce que WebSecurity for mac ?

WebSecurity for mac est une extension Chrome développée par ATIdeveloper, et sa fonction principale est "This extension is installed via the Administrator of the computer so that web browsing follows the policies in place for the ATI.".

Captures d'Écran de l'Extension

screenshot

Télécharger le fichier CRX de l'extension WebSecurity for mac

Téléchargez les fichiers d'extension WebSecurity for mac au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

                        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.                    

Informations de Base sur l'Extension

Nom WebSecurity for mac WebSecurity for mac
ID onbpjbgmafgedakpmkmgcbogfomcpjjd
URL Officiel https://chromewebstore.google.com/detail/websecurity-for-mac/onbpjbgmafgedakpmkmgcbogfomcpjjd
Description This extension is installed via the Administrator of the computer so that web browsing follows the policies in place for the ATI.
Taille du Fichier 12.93 KB
Nombre d'Installations 449
Version Actuelle 2.4
Dernière Mise à Jour 2022-10-13
Date de Publication 2020-02-16
Évaluation 1.73/5 Total 11 Évaluations
Développeur ATIdeveloper
Email [email protected]
Type de Paiement free
URL de la Page de Politique de Confidentialité https://www.webwatcher.com/privacy-policy
Langues Prises en Charge 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"
    ]
}