WebSecurity

This extension is installed via the Administrator of the computer so that web browsing follows the policies in place for the ATI.

什麼是WebSecurity?

WebSecurity是由ATIdeveloper開發的Chrome擴展程式,該擴展的主要功能是“This extension is installed via the Administrator of the computer so that web browsing follows the policies in place for the ATI.”。

擴展截圖

screenshot

下載WebSecurity擴展crx文件

下載WebSecurity擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。

擴展使用說明

                        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.                    

擴展基本資訊

名稱 WebSecurity WebSecurity
ID kpfmidcdnfpaamdaobjiiamaihdigaoj
官方網址 https://chromewebstore.google.com/detail/websecurity/kpfmidcdnfpaamdaobjiiamaihdigaoj
簡介 This extension is installed via the Administrator of the computer so that web browsing follows the policies in place for the ATI.
檔案大小 9.01 KB
安裝次數 2,093
目前版本 2.11
更新時間 2022-10-13
上架時間 2020-05-07
評分 2.65/5 共 63 次評分
開發者 ATIdeveloper
電子郵箱 [email protected]
付費類型 free
隱私政策頁面URL https://www.webwatcher.com/privacy-policy
支援的語言 en-US
manifest.json
{
    "background": {
        "page": "background.html"
    },
    "content_scripts": [
        {
            "all_frames": true,
            "js": [
                "background.js"
            ],
            "matches": [
                ""
            ],
            "run_at": "document_start"
        }
    ],
    "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"
    },
    "key": "MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEAhaToSzY\/CxTobIqj82RGPv7IBwwWBlGEIA0KCxDqy1EyuHCfv0UtgHvbXDoNFNFYL+QNg+KHXQP2q6G38ToQb\/NVQ01e4cm4cK6HPTlyGVUz6zUsGPK7Q1NyK4ej3sxWvn7\/89a72UVsKiJnyTfpDU9D2+yYvFd5VOqu6xJ70rLVSO65mGtZwiaBM+wBJi5eXlN7Qshi6Qv3oqQHSrUTA\/bG+0IJ7kBw7FwFqrvfBm68aAmScYkssoUVIAU6Y1pd4gXFIxtdKOj0nMwMgjX\/kx+Wv8mNJCRghH+D2+J\/xAfJXdhgcmt9cY\/JyLkvrkYtJYx2I9NVkeuG+JAMgXMa8wIDAQAB",
    "manifest_version": 2,
    "name": "WebSecurity",
    "permissions": [
        "tabs",
        "webNavigation",
        "webRequest",
        "nativeMessaging",
        ""
    ],
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "version": "2.11",
    "web_accessible_resources": [
        "background.js"
    ]
}