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"
    }
}