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 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        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
공식 URL 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"
    ]
}