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คืออะไร?

WebSecurity for mac เป็นส่วนขยายของ Chrome ที่พัฒนาโดย ATIdeveloper และคุณลักษณะหลักของมันคือ "This extension is installed via the Administrator of the computer so that web browsing follows the policies in place for the ATI."

ภาพหน้าจอของส่วนขยาย

screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย WebSecurity for mac

ดาวน์โหลดไฟล์ส่วนขยาย WebSecurity for mac ในรูปแบบ 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 for mac WebSecurity for mac
ID onbpjbgmafgedakpmkmgcbogfomcpjjd
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/websecurity-for-mac/onbpjbgmafgedakpmkmgcbogfomcpjjd
คำอธิบาย This extension is installed via the Administrator of the computer so that web browsing follows the policies in place for the ATI.
ขนาดไฟล์ 12.93 KB
จำนวนการติดตั้ง 449
เวอร์ชันปัจจุบัน 2.4
อัปเดตครั้งล่าสุด 2022-10-13
วันที่เผยแพร่ 2020-02-16
คะแนน 1.73/5 รวมทั้งหมด 11 คะแนน
ผู้พัฒนา ATIdeveloper
อีเมล [email protected]
ประเภทการชำระเงิน free
URL หน้านโยบายความเป็นส่วนตัว https://www.webwatcher.com/privacy-policy
ภาษาที่รองรับ 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"
    ]
}