AIR for Chrome

1-click evidence acquisition for Chrome.

Vad är AIR for Chrome?

AIR for Chrome är en Chrome-tillägg utvecklad av Binalyze, och dess huvudfunktion är "1-click evidence acquisition for Chrome.".

Tilläggsskärmbilder

screenshot
screenshot
screenshot

Ladda ner AIR for Chrome-förlängningens CRX-fil

Ladda ner AIR for Chrome-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.

Användarmanual för Tillägg

                        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.                    

Grundläggande Information om Tillägg

Namn AIR for Chrome AIR for Chrome
ID lbpmecejcofpjciobpdkddbdacdclemf
Officiell webbadress https://chromewebstore.google.com/detail/air-for-chrome/lbpmecejcofpjciobpdkddbdacdclemf
Beskrivning 1-click evidence acquisition for Chrome.
Filstorlek 3.19 MB
Antal Installationer 122
Aktuell Version 1.5.1
Senast Uppdaterad 2024-01-23
Publiceringsdatum 2022-04-08
Betyg 5.00/5 Totalt 9 Betyg
Utvecklare Binalyze
E-post [email protected]
Betalningssätt free
Tilläggswebbplats https://www.binalyze.com
Hjälpsida URL https://kb.binalyze.com
URL till Sekretesspolicy Sidan https://www.binalyze.com/resources/privacy-statement
Stödda Språk 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"
    ]
}