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.

Vad är WebSecurity for ChromeBook?

WebSecurity for ChromeBook ä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 ChromeBook-förlängningens CRX-fil

Ladda ner WebSecurity for ChromeBook-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 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.                    

Grundläggande Information om Tillägg

Namn WebSecurity for ChromeBook WebSecurity for ChromeBook
ID fpaeneebgnphjglakjebaekpcobbekgf
Officiell webbadress https://chromewebstore.google.com/detail/websecurity-for-chromeboo/fpaeneebgnphjglakjebaekpcobbekgf
Beskrivning This extension is installed via the Administrator of the computer so that web browsing follows the policies in place for the ATI.
Filstorlek 90.25 KB
Antal Installationer 339
Aktuell Version 1.0.1.16
Senast Uppdaterad 2023-07-23
Publiceringsdatum 2020-05-03
Betyg 1.00/5 Totalt 2 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
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"
}