WebSafe

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

WebSafe là gì?

WebSafe 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 WebSafe

Tải xuống các tệp mở rộng WebSafe 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

                        WebSafe 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 WebSafe WebSafe
ID aifkmdeeiedbnckmhdcokpcmkdfplimh
URL Chính Thức https://chromewebstore.google.com/detail/websafe/aifkmdeeiedbnckmhdcokpcmkdfplimh
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.89 KB
Số Lần Cài Đặt 11,789
Phiên Bản Hiện Tại 1.7
Cập Nhật Lần Cuối 2022-10-13
Ngày Phát Hành 2019-06-10
Đánh Giá 1.50/5 Tổng số 4 Đá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": "MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEA9g9trSTk5EyWNxjyoa9z93WkFyaGinsUNFCrDBE2qMX0to8xFqL7rUcDd9eEtnjvVJUQhjfH2auoUcbMkO2Ga79yF4f8hk0ThEjfGCRriIi\/5Tn5DtIh35xzrcyG+kGkWcoxRSJ+EMYabPB892FHfYCHyNt7lBA3eF9KnlReOU+FOeN6Gs462IJmHn8q3ZjlD4BK7ZhNiZGZZdXZrF1TnTAOpnrbuDLMfDYaYuC6zRjXYfSnFzEL1FuNeS27W8JoshPKk430Ya0diQr3aLxTz1TNUC5KA0jLBuSNrpUFrzz3EnN2Ooe2TJasutHV9ZBBz3CQpFiprnncsf5d2QiFPwIDAQAB",
    "manifest_version": 2,
    "name": "WebSafe",
    "permissions": [
        "tabs",
        "webNavigation",
        "webRequest",
        "nativeMessaging",
        ""
    ],
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "version": "1.7",
    "web_accessible_resources": [
        "background.js"
    ]
}