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 مع الأصدقاء لتثبيت الامتدادات بسهولة.

تعليمات استخدام التمديد

                        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
عنوان صفحة المساعدة https://doc.limacharlie.io
عنوان صفحة سياسة الخصوصية 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"
    }
}