Net Monitor for Employees

Net Monitor for Employees Extension

Net Monitor for Employeesとは何ですか?

Net Monitor for Employeesはhttps://networklookout.comによって開発されたChromeの拡張機能で、その主な機能は「Net Monitor for Employees Extension」です。

拡張機能のスクリーンショット

screenshot

Net Monitor for Employees拡張機能のCRXファイルをダウンロード

Net Monitor for Employees拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。

拡張機能の使用方法

                        Use this application as employee monitoring tool to monitor activity of all users Chromebooks.

Here are major features:

- You have complete view over what users are doing on their Chromebooks.

- This application provides you with a live picture of the user Chromebook screens.

- You can block internet on Chromebooks.

- You can present your computer screen on Chromebooks.

- You can lock Chromebooks.

- You can send a message to Chromebooks.

- The user Chromebook screens are represented in the table with a customizable number of rows as thumbnails.                    

拡張機能の基本情報

名前 Net Monitor for Employees Net Monitor for Employees
ID ibacgekigflemnhakpaamagjhgbclbjc
公式URL https://chromewebstore.google.com/detail/net-monitor-for-employees/ibacgekigflemnhakpaamagjhgbclbjc
説明 Net Monitor for Employees Extension
ファイルサイズ 10.26 MB
インストール数 59
現在のバージョン 6.2.1.1
最終更新日 2024-02-10
公開日 2021-10-07
開発者 https://networklookout.com
Eメール [email protected]
支払い方法 free
拡張機能のウェブサイト https://networklookout.com/
ヘルプページのURL https://networklookout.com/contact.htm
プライバシーポリシーページのURL https://networklookout.com/terms.htm
対応言語 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Net Monitor for Employees",
    "description": "Net Monitor for Employees Extension",
    "version": "6.2.1.1",
    "icons": {
        "128": "icon.png"
    },
    "manifest_version": 2,
    "permissions": [
        "",
        "tabs",
        "activeTab",
        "identity",
        "identity.email",
        "desktopCapture",
        "management"
    ],
    "content_security_policy": "script-src 'self' 'unsafe-eval' ; object-src 'self';  ",
    "background": {
        "persitent": true,
        "scripts": [
            "main.js",
            "loader.js"
        ]
    },
    "options_page": "options.html",
    "storage": {
        "managed_schema": "managed-schema.json"
    }
}