Trellix IVX Cloud
Allows users to submit files to Trellix IVX Cloud service for analysis.
What is Trellix IVX Cloud?
Trellix IVX Cloud is a Chrome extension developed by Trellix, and its main feature is "Allows users to submit files to Trellix IVX Cloud service for analysis.".
Extension Screenshots
Download Trellix IVX Cloud Extension CRX File
Download Trellix IVX Cloud extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
Allows user to interact with Trellix IVX Cloud 2023 Trellix. All rights reserved.
Extension Basic Information
Name | Trellix IVX Cloud |
ID | hhjgnjjdklnkcpkfmmllfjdjkknoiklm |
Official URL | https://chromewebstore.google.com/detail/trellix-ivx-cloud/hhjgnjjdklnkcpkfmmllfjdjkknoiklm |
Description | Allows users to submit files to Trellix IVX Cloud service for analysis. |
File Size | 4.64 MB |
Installation Count | 496 |
Current Version | 2.2.7 |
Last Updated | 2023-09-20 |
Publish Date | 2020-05-04 |
Rating | 5.00/5 Total 8 Ratings |
Developer | Trellix |
[email protected] | |
Payment Type | free |
Privacy Policy Page URL | https://www.trellix.com/en-us/assets/legal/trellix-eula.pdf |
Supported Languages | 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" } } |