AIR for Chrome

1-click evidence acquisition for Chrome.

AIR for Chrome란 무엇입니까?

AIR for Chrome은(는) Binalyze에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "1-click evidence acquisition for Chrome."입니다.

확장 프로그램 스크린샷

screenshot
screenshot
screenshot

AIR for Chrome 확장 프로그램 CRX 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 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
도움말 페이지 URL https://kb.binalyze.com
개인정보 보호 정책 페이지 URL 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"
    ]
}