LimaCharlie Sensor

LimaCharlie.io security sensor.

LimaCharlie Sensor란 무엇입니까?

LimaCharlie Sensor은(는) https://limacharlie.io에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "LimaCharlie.io security sensor."입니다.

확장 프로그램 스크린샷

LimaCharlie Sensor 확장 프로그램 CRX 파일 다운로드

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

확장 프로그램 사용 설명서

                        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
이메일 [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"
    }
}