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.

WebSecurity for mac là gì?

WebSecurity for mac 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 for mac

Tải xuống các tệp mở rộng WebSecurity for mac 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 for mac WebSecurity for mac
ID onbpjbgmafgedakpmkmgcbogfomcpjjd
URL Chính Thức https://chromewebstore.google.com/detail/websecurity-for-mac/onbpjbgmafgedakpmkmgcbogfomcpjjd
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 12.93 KB
Số Lần Cài Đặt 449
Phiên Bản Hiện Tại 2.4
Cập Nhật Lần Cuối 2022-10-13
Ngày Phát Hành 2020-02-16
Đánh Giá 1.73/5 Tổng số 11 Đá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
{
    "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"
    ]
}