LimaCharlie Sensor

LimaCharlie.io security sensor.

Qu'est-ce que LimaCharlie Sensor ?

LimaCharlie Sensor est une extension Chrome développée par https://limacharlie.io, et sa fonction principale est "LimaCharlie.io security sensor.".

Captures d'Écran de l'Extension

Télécharger le fichier CRX de l'extension LimaCharlie Sensor

Téléchargez les fichiers d'extension LimaCharlie Sensor au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

                        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.                    

Informations de Base sur l'Extension

Nom LimaCharlie Sensor LimaCharlie Sensor
ID ljdgkaegafdgakkjekimaehhneieecki
URL Officiel https://chromewebstore.google.com/detail/limacharlie-sensor/ljdgkaegafdgakkjekimaehhneieecki
Description LimaCharlie.io security sensor.
Taille du Fichier 119 KB
Nombre d'Installations 228
Version Actuelle 1.4.0
Dernière Mise à Jour 2024-02-14
Date de Publication 2020-03-11
Développeur https://limacharlie.io
Email [email protected]
Type de Paiement free
URL de la Page d'Aide https://doc.limacharlie.io
URL de la Page de Politique de Confidentialité https://www.limacharlie.io/privacy
Langues Prises en Charge 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"
    }
}