LimaCharlie Sensor

LimaCharlie.io security sensor.

Hvad er LimaCharlie Sensor?

LimaCharlie Sensor er en Chrome-udvidelse udviklet af https://limacharlie.io, og dens hovedfunktion er "LimaCharlie.io security sensor.".

Udvidelsesskærmbilleder

Download LimaCharlie Sensor-udvidelses-CRX-fil

Download LimaCharlie Sensor-udvidelsesfiler i crx-format, installer Chrome-udvidelser manuelt i browseren eller del crx-filer med venner for nemt at installere Chrome-udvidelser.

Brugsanvisning til Udvidelsen

                        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.                    

Grundlæggende oplysninger om udvidelsen

Navn LimaCharlie Sensor LimaCharlie Sensor
ID ljdgkaegafdgakkjekimaehhneieecki
Officiel URL https://chromewebstore.google.com/detail/limacharlie-sensor/ljdgkaegafdgakkjekimaehhneieecki
Beskrivelse LimaCharlie.io security sensor.
Filstørrelse 119 KB
Antal Installationer 228
Nuværende Version 1.4.0
Senest Opdateret 2024-02-14
Udgivelsesdato 2020-03-11
Udvikler https://limacharlie.io
E-mail [email protected]
Betalingsmetode free
Hjælpeside-URL https://doc.limacharlie.io
URL til Fortrolighedspolitik Side https://www.limacharlie.io/privacy
Understøttede Sprog 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"
    }
}