LimaCharlie Sensor

LimaCharlie.io security sensor.

LimaCharlie Sensor là gì?

LimaCharlie Sensor là một tiện ích mở rộng Chrome được phát triển bởi https://limacharlie.io, và tính năng chính của nó là "LimaCharlie.io security sensor.".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

Tải xuống tệp CRX của tiện ích mở rộng LimaCharlie Sensor

Tải xuống các tệp mở rộng LimaCharlie Sensor dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        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.                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên LimaCharlie Sensor LimaCharlie Sensor
ID ljdgkaegafdgakkjekimaehhneieecki
URL Chính Thức https://chromewebstore.google.com/detail/limacharlie-sensor/ljdgkaegafdgakkjekimaehhneieecki
Mô tả LimaCharlie.io security sensor.
Kích Thước Tệp 119 KB
Số Lần Cài Đặt 228
Phiên Bản Hiện Tại 1.4.0
Cập Nhật Lần Cuối 2024-02-14
Ngày Phát Hành 2020-03-11
Nhà Phát Triển https://limacharlie.io
Email [email protected]
Loại Thanh Toán free
URL Trang Trợ Giúp https://doc.limacharlie.io
URL Trang Chính Sách Bảo Mật https://www.limacharlie.io/privacy
Ngôn Ngữ Được Hỗ Trợ 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"
    }
}