Intezer Analyze

Intezer Analyze

Что такое Intezer Analyze?

Intezer Analyze - это расширение Chrome, разработанное Intezer, и его основная функция - "Intezer Analyze".

Снимки экрана расширения

screenshot
screenshot

Скачать файл CRX расширения Intezer Analyze

Скачайте файлы расширений 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
Официальный URL 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
}