Trellix IVX Cloud

Allows users to submit files to Trellix IVX Cloud service for analysis.

什么是Trellix IVX Cloud?

Trellix IVX Cloud是由Trellix开发的Chrome扩展程序,该扩展的主要功能是“Allows users to submit files to Trellix IVX Cloud service for analysis.”。

扩展截图

screenshot

下载Trellix IVX Cloud扩展crx文件

下载Trellix IVX Cloud扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。

扩展使用说明

                        Allows user to interact with Trellix IVX Cloud

2023 Trellix. All rights reserved.                    

扩展基本信息

名称 Trellix IVX Cloud Trellix IVX Cloud
ID hhjgnjjdklnkcpkfmmllfjdjkknoiklm
官方URL https://chromewebstore.google.com/detail/trellix-ivx-cloud/hhjgnjjdklnkcpkfmmllfjdjkknoiklm
简介 Allows users to submit files to Trellix IVX Cloud service for analysis.
文件大小 4.64 MB
安装次数 496
当前版本 2.2.7
更新时间 2023-09-20
上架时间 2020-05-04
评分 5.00/5 共8次评分
开发者 Trellix
电子邮箱 [email protected]
付费类型 free
隐私政策页面URL https://www.trellix.com/en-us/assets/legal/trellix-eula.pdf
支持的语言 en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Trellix IVX Cloud",
    "description": "Allows users to submit files to Trellix IVX Cloud service for analysis.",
    "version": "2.2.7",
    "manifest_version": 2,
    "browser_action": {
        "default_popup": "index.html",
        "default_icon": "assets\/images\/logo.png",
        "default_title": "Trellix IVX Cloud"
    },
    "permissions": [
        "downloads",
        "https:\/\/feapi.marketplace.apps.fireeye.com\/*",
        "https:\/\/internal-feapi.marketplace.apps.fireeye.com\/*",
        "activeTab",
        "storage",
        "clipboardRead"
    ],
    "background": {
        "scripts": [
            "assets\/background.js"
        ]
    },
    "icons": {
        "16": "assets\/images\/icon16.png",
        "48": "assets\/images\/icon48.png",
        "128": "assets\/images\/icon128.png"
    }
}