WebSecurity

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

WebSecurity là gì?

WebSecurity là một tiện ích mở rộng Chrome được phát triển bởi ATIdeveloper, và tính năng chính của nó là "This extension is installed via the Administrator of the computer so that web browsing follows the policies in place for the ATI.".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot

Tải xuống tệp CRX của tiện ích mở rộng WebSecurity

Tải xuống các tệp mở rộng WebSecurity dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        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.                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên WebSecurity WebSecurity
ID kpfmidcdnfpaamdaobjiiamaihdigaoj
URL Chính Thức https://chromewebstore.google.com/detail/websecurity/kpfmidcdnfpaamdaobjiiamaihdigaoj
Mô tả This extension is installed via the Administrator of the computer so that web browsing follows the policies in place for the ATI.
Kích Thước Tệp 9.01 KB
Số Lần Cài Đặt 2,093
Phiên Bản Hiện Tại 2.11
Cập Nhật Lần Cuối 2022-10-13
Ngày Phát Hành 2020-05-07
Đánh Giá 2.65/5 Tổng số 63 Đánh Giá
Nhà Phát Triển ATIdeveloper
Email [email protected]
Loại Thanh Toán free
URL Trang Chính Sách Bảo Mật https://www.webwatcher.com/privacy-policy
Ngôn Ngữ Được Hỗ Trợ 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"
    ]
}