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.

Cos'è WebSecurity for ChromeBook?

WebSecurity for ChromeBook è un'estensione di Chrome sviluppata da ATIdeveloper, e la sua funzione principale è "This extension is installed via the Administrator of the computer so that web browsing follows the policies in place for the ATI.".

Screenshot dell'Estensione

screenshot

Scarica il file CRX dell'estensione WebSecurity for ChromeBook

Scarica i file di estensione WebSecurity for ChromeBook in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

                        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.                    

Informazioni di Base sull'Estensione

Nome WebSecurity for ChromeBook WebSecurity for ChromeBook
ID fpaeneebgnphjglakjebaekpcobbekgf
URL Ufficiale https://chromewebstore.google.com/detail/websecurity-for-chromeboo/fpaeneebgnphjglakjebaekpcobbekgf
Descrizione This extension is installed via the Administrator of the computer so that web browsing follows the policies in place for the ATI.
Dimensione del File 90.25 KB
Conteggio Installazioni 339
Versione Corrente 1.0.1.16
Ultimo Aggiornamento 2023-07-23
Data di Pubblicazione 2020-05-03
Valutazione 1.00/5 Totale 2 Valutazioni
Sviluppatore ATIdeveloper
Email [email protected]
Tipo di Pagamento free
URL della Pagina della Politica sulla Privacy https://www.webwatcher.com/privacy-policy
Lingue Supportate 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"
}