LimaCharlie Sensor

LimaCharlie.io security sensor.

Τι είναι το LimaCharlie Sensor;

Το LimaCharlie Sensor είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον https://limacharlie.io, και η κύρια λειτουργία του είναι "LimaCharlie.io security sensor.".

Στιγμιότυπα Επέκτασης

Λήψη αρχείου CRX της επέκτασης LimaCharlie Sensor

Λήψη αρχείων επέκτασης 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
Ηλεκτρονικό ταχυδρομείο [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"
    }
}