Intezer Analyze

Intezer Analyze

什麼是Intezer Analyze?

Intezer Analyze是由Intezer開發的Chrome擴展程式,該擴展的主要功能是“Intezer Analyze”。

擴展截圖

screenshot
screenshot

下載Intezer Analyze擴展crx文件

下載Intezer Analyze擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。

擴展使用說明

                        The Intezer Analyze Chrome Extension now comes with even more features to help you stay safe.
With the Genetic Software Mapping technology of Intezer Analyze, you can quickly analyze file hashes and URLs for potential cyber threats.
Intezer Analyze offers insight into the What, Who, & How of a potential cyber incident by identifying even the smallest pieces of code reuse. With our Chrome Extension, you can easily analyze a file and check the safety of a URL with just a few clicks.

For more information on our terms of service, please visit: https://analyze.intezer.com/enterprise_terms_of_use.html

To learn more about our privacy policy, please visit: https://analyze.intezer.com/privacy_policy.html                    

擴展基本資訊

名稱 Intezer Analyze Intezer Analyze
ID gmfpdlnpcmbgkgankkmajjlpcieppoaf
官方網址 https://chromewebstore.google.com/detail/intezer-analyze/gmfpdlnpcmbgkgankkmajjlpcieppoaf
簡介 Intezer Analyze
檔案大小 437 KB
安裝次數 1,298
目前版本 0.0.0.5
更新時間 2023-05-01
上架時間 2020-10-08
評分 4.86/5 共 7 次評分
開發者 Intezer
電子郵箱 [email protected]
付費類型 free
擴展官網 https://www.intezer.com/intezer-analyze/
隱私政策頁面URL https://analyze.intezer.com/privacy_policy.html
支援的語言 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Intezer Analyze",
    "version": "0.0.0.5",
    "description": "Intezer Analyze",
    "permissions": [
        "contextMenus",
        "cookies"
    ],
    "content_scripts": [
        {
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ],
            "js": [
                "content-script.js"
            ]
        }
    ],
    "host_permissions": [
        "*:\/\/analyze.intezer.com\/"
    ],
    "background": {
        "service_worker": "background.js"
    },
    "action": {
        "default_popup": "popup.html",
        "default_title": "Intezer Analyze",
        "default_icon": {
            "16": "images\/logo.png",
            "32": "images\/logo.png",
            "48": "images\/logo.png",
            "128": "images\/logo.png"
        }
    },
    "icons": {
        "16": "images\/logo.png",
        "32": "images\/logo.png",
        "48": "images\/logo.png",
        "128": "images\/logo.png"
    },
    "manifest_version": 3
}