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は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 for mac拡張機能のCRXファイルをダウンロード

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
Eメール [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"
    ]
}