Trellix IVX Cloud

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

Wat is Trellix IVX Cloud?

Trellix IVX Cloud is een Chrome-extensie ontwikkeld door Trellix, en de belangrijkste functie is "Allows users to submit files to Trellix IVX Cloud service for analysis.".

Extensie Screenshots

screenshot

Download het CRX-bestand van de extensie Trellix IVX Cloud

Download Trellix IVX Cloud-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

                        Allows user to interact with Trellix IVX Cloud

2023 Trellix. All rights reserved.                    

Basisinformatie over de Extensie

Naam Trellix IVX Cloud Trellix IVX Cloud
ID hhjgnjjdklnkcpkfmmllfjdjkknoiklm
Officiële URL https://chromewebstore.google.com/detail/trellix-ivx-cloud/hhjgnjjdklnkcpkfmmllfjdjkknoiklm
Beschrijving Allows users to submit files to Trellix IVX Cloud service for analysis.
Bestandsgrootte 4.64 MB
Aantal Installaties 496
Huidige Versie 2.2.7
Laatst Bijgewerkt 2023-09-20
Publicatiedatum 2020-05-04
Beoordeling 5.00/5 Totaal 8 Beoordelingen
Ontwikkelaar Trellix
E-mail [email protected]
Betalingswijze free
URL van de Privacybeleid Pagina https://www.trellix.com/en-us/assets/legal/trellix-eula.pdf
Ondersteunde Talen 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"
    }
}