AIR for Chrome

1-click evidence acquisition for Chrome.

ما هو AIR for Chrome؟

AIR for Chrome هو إضافة Chrome تم تطويرها بواسطة Binalyze، والميزة الرئيسية لها هي "1-click evidence acquisition for Chrome.".

لقطات شاشة التمديد

screenshot
screenshot
screenshot

تحميل ملف CRX للإضافة AIR for Chrome

قم بتنزيل ملفات الامتداد AIR for Chrome بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.

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

                        AIR for Chrome is the fastest and easiest way of capturing forensic evidence from Chrome browsers. It runs as an extension and lets investigators capture forensic evidence with a single click. Evidence is collected into a well-organized HTML report that is accompanied by individual CSV files.                    

معلومات أساسية عن التمديد

الاسم AIR for Chrome AIR for Chrome
ID lbpmecejcofpjciobpdkddbdacdclemf
عنوان URL الرسمي https://chromewebstore.google.com/detail/air-for-chrome/lbpmecejcofpjciobpdkddbdacdclemf
الوصف 1-click evidence acquisition for Chrome.
حجم الملف 3.19 MB
عدد التثبيتات 122
النسخة الحالية 1.5.1
آخر تحديث 2024-01-23
تاريخ النشر 2022-04-08
تقييم 5.00/5 مجموع تقييمات 9
المطور Binalyze
البريد الإلكتروني [email protected]
نوع الدفع free
موقع الإضافة https://www.binalyze.com
عنوان صفحة المساعدة https://kb.binalyze.com
عنوان صفحة سياسة الخصوصية https://www.binalyze.com/resources/privacy-statement
اللغات المدعومة en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "AIR for Chrome",
    "version": "1.5.1",
    "description": "1-click evidence acquisition for Chrome.",
    "icons": {
        "16": "assets\/icons\/16.png",
        "48": "assets\/icons\/48.png",
        "128": "assets\/icons\/128.png"
    },
    "action": {
        "default_icon": "assets\/icons\/16.png",
        "default_popup": "popup\/index.html",
        "default_title": "Popup"
    },
    "background": {
        "service_worker": "background-worker.js"
    },
    "content_scripts": [
        {
            "js": [
                "content\/index.js"
            ],
            "matches": [
                ""
            ]
        }
    ],
    "web_accessible_resources": [
        {
            "resources": [
                "assets\/icons\/*.png",
                "assets\/report\/case.tmpl"
            ],
            "extension_ids": [
                "lbpmecejcofpjciobpdkddbdacdclemf"
            ]
        }
    ],
    "host_permissions": [
        "*:\/\/*\/*"
    ],
    "permissions": [
        "history",
        "bookmarks",
        "downloads",
        "system.cpu",
        "system.display",
        "system.memory",
        "system.storage",
        "cookies",
        "identity",
        "management",
        "tabs",
        "enterprise.deviceAttributes",
        "enterprise.networkingAttributes",
        "enterprise.platformKeys",
        "topSites",
        "sessions",
        "storage",
        "privacy",
        "proxy"
    ]
}