LimaCharlie Sensor

LimaCharlie.io security sensor.

LimaCharlie Sensorとは何ですか?

LimaCharlie Sensorはhttps://limacharlie.ioによって開発されたChromeの拡張機能で、その主な機能は「LimaCharlie.io security sensor.」です。

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

LimaCharlie Sensor拡張機能のCRXファイルをダウンロード

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

拡張機能の使用方法

                        LimaCharlie is a SecOps Cloud Platform (SCP) that provides over 100 different security capabilities on-demand and API-first. Endpoint Detection and Response (EDR) is a foundational layer of the platform. This is the Chrome agent which enables monitoring and response as part of the EDR fleet, which includes agents for Windows, Linux, macOS across x86, ARM and MIPS architectures.
Usage of this agent requires a LimaCharlie account with an Organization created. See https://doc.limacharlie.io for details.                    

拡張機能の基本情報

名前 LimaCharlie Sensor LimaCharlie Sensor
ID ljdgkaegafdgakkjekimaehhneieecki
公式URL https://chromewebstore.google.com/detail/limacharlie-sensor/ljdgkaegafdgakkjekimaehhneieecki
説明 LimaCharlie.io security sensor.
ファイルサイズ 119 KB
インストール数 228
現在のバージョン 1.4.0
最終更新日 2024-02-14
公開日 2020-03-11
開発者 https://limacharlie.io
Eメール [email protected]
支払い方法 free
ヘルプページのURL https://doc.limacharlie.io
プライバシーポリシーページのURL https://www.limacharlie.io/privacy
対応言語 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "LimaCharlie Sensor",
    "short_name": "LimaCharlie",
    "version": "1.4.0",
    "description": "LimaCharlie.io security sensor.",
    "manifest_version": 3,
    "permissions": [
        "storage",
        "webRequest",
        "identity",
        "identity.email",
        "management",
        "declarativeNetRequestWithHostAccess"
    ],
    "host_permissions": [
        ""
    ],
    "background": {
        "service_worker": "background.js",
        "type": "module"
    },
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "content.js"
            ]
        }
    ],
    "options_page": "options.html",
    "options_ui": {
        "page": "options.html",
        "open_in_tab": true
    },
    "icons": {
        "128": "images\/icon.png"
    },
    "storage": {
        "managed_schema": "schema.json"
    }
}