Trellix IVX Cloud
Allows users to submit files to Trellix IVX Cloud service for analysis.
Was ist Trellix IVX Cloud?
Trellix IVX Cloud ist eine Chrome-Erweiterung, die von Trellix entwickelt wurde, und ihr Hauptmerkmal ist "Allows users to submit files to Trellix IVX Cloud service for analysis.".
Erweiterungsscreenshots
Trellix IVX Cloud-Erweiterungs-CRX-Datei herunterladen
Laden Sie Trellix IVX Cloud-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.
Anleitung zur Verwendung der Erweiterung
Allows user to interact with Trellix IVX Cloud
2023 Trellix. All rights reserved. Grundlegende Informationen zur Erweiterung
| Name | |
| ID | hhjgnjjdklnkcpkfmmllfjdjkknoiklm |
| Offizielle URL | https://chromewebstore.google.com/detail/trellix-ivx-cloud/hhjgnjjdklnkcpkfmmllfjdjkknoiklm |
| Beschreibung | Allows users to submit files to Trellix IVX Cloud service for analysis. |
| Dateigröße | 4.64 MB |
| Installationsanzahl | 496 |
| Aktuelle Version | 2.2.7 |
| Letztes Update | 2023-09-20 |
| Veröffentlichungsdatum | 2020-05-04 |
| Bewertung | 5.00/5 Insgesamt 8 Bewertungen |
| Entwickler | Trellix |
| [email protected] | |
| Zahlungsart | free |
| URL der Datenschutzrichtlinien-Seite | https://www.trellix.com/en-us/assets/legal/trellix-eula.pdf |
| Unterstützte Sprachen | 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"
}
} | |