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.

Apa itu WebSecurity for mac?

WebSecurity for mac adalah ekstensi Chrome yang dikembangkan oleh ATIdeveloper, dan fitur utamanya adalah "This extension is installed via the Administrator of the computer so that web browsing follows the policies in place for the ATI.".

Screenshot Ekstensi

screenshot

Unduh Berkas CRX Ekstensi WebSecurity for mac

Unduh file ekstensi WebSecurity for mac dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.

Petunjuk Penggunaan Ekstensi

                        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.                    

Informasi Dasar Ekstensi

Nama WebSecurity for mac WebSecurity for mac
ID onbpjbgmafgedakpmkmgcbogfomcpjjd
URL Resmi https://chromewebstore.google.com/detail/websecurity-for-mac/onbpjbgmafgedakpmkmgcbogfomcpjjd
Deskripsi This extension is installed via the Administrator of the computer so that web browsing follows the policies in place for the ATI.
Ukuran File 12.93 KB
Jumlah Instalasi 449
Versi Saat Ini 2.4
Terakhir Diperbarui 2022-10-13
Tanggal Publikasi 2020-02-16
Penilaian 1.73/5 Total 11 Penilaian
Pengembang ATIdeveloper
Email [email protected]
Tipe Pembayaran free
URL Halaman Kebijakan Privasi https://www.webwatcher.com/privacy-policy
Bahasa yang Didukung 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"
    ]
}