WebSecurity for ChromeBook

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 ChromeBook ?

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

Téléchargez les fichiers d'extension WebSecurity for ChromeBook 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 for ChromeBook 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.                    

Informations de Base sur l'Extension

Nom WebSecurity for ChromeBook WebSecurity for ChromeBook
ID fpaeneebgnphjglakjebaekpcobbekgf
URL Officiel https://chromewebstore.google.com/detail/websecurity-for-chromeboo/fpaeneebgnphjglakjebaekpcobbekgf
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 90.25 KB
Nombre d'Installations 339
Version Actuelle 1.0.1.16
Dernière Mise à Jour 2023-07-23
Date de Publication 2020-05-03
Évaluation 1.00/5 Total 2 É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
manifest.json
{
    "name": "WebSecurity for ChromeBook",
    "version": "1.0.1.16",
    "description": "This extension is installed via the Administrator of the computer so that web browsing follows the policies in place for the ATI.",
    "manifest_version": 2,
    "icons": {
        "128": "icon_128.png"
    },
    "background": {
        "scripts": [
            "WebAPI.js",
            "utility.js",
            "jquery-3.3.1.min.js",
            "background.js"
        ],
        "persistent": true
    },
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "contentscript.js",
                "utility.js",
                "content.js"
            ],
            "run_at": "document_start",
            "all_frames": true
        }
    ],
    "browser_action": {
        "default_popup": "Registration.html"
    },
    "permissions": [
        "activeTab",
        "tabs",
        "identity",
        "identity.email",
        "",
        "storage",
        "background",
        "downloads",
        "enterprise.deviceAttributes"
    ],
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx"
}