Trellix DLP Endpoint Extension
Trellix DLP Extension monitors address bar URL and helps to protect corporate data uploads
Trellix DLP Endpoint Extension क्या है?
Trellix DLP Endpoint Extension DLP_Support द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Trellix DLP Extension monitors address bar URL and helps to protect corporate data uploads"।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में Trellix DLP Endpoint Extension एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।
एक्सटेंशन उपयोग निर्देश
Trellix DLP Extension works in conjunction with Trellix DLP Software to provide data loss protection. This extension monitors websites for URL information and sends content to Trellix DLP Software for analysis.
एक्सटेंशन की मूल जानकारी
नाम | Trellix DLP Endpoint Extension |
ID | cokbpgemipiebgbmnnlfboefilmdlonm |
आधिकारिक URL | https://chromewebstore.google.com/detail/trellix-dlp-endpoint-exte/cokbpgemipiebgbmnnlfboefilmdlonm |
विवरण | Trellix DLP Extension monitors address bar URL and helps to protect corporate data uploads |
फ़ाइल का आकार | 20.42 KB |
स्थापना संख्या | 6,000,000 |
वर्तमान संस्करण | 1.21 |
अंतिम अपडेट | 2023-09-03 |
प्रकाशन तिथि | 2023-03-03 |
रेटिंग | 1.83/5 कुल 6 रेटिंग्स |
डेवलपर | DLP_Support |
ईमेल | [email protected] |
भुगतान के प्रकार | free |
गोपनीयता नीति पृष्ठ URL | https://www.trellix.com/en-us/about/legal/privacy.html |
समर्थित भाषाएँ | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "name": "Trellix DLP Endpoint Extension", "version": "1.21", "description": "Trellix DLP Extension monitors address bar URL and helps to protect corporate data uploads", "icons": { "16": "Trellix16.png", "32": "Trellix32.png", "128": "Trellix128.png" }, "author": "Trellix LLC", "background": { "service_worker": "background.js" }, "content_scripts": [ { "matches": [ "*:\/\/*\/*" ], "run_at": "document_end", "all_frames": true, "js": [ "content.js" ] } ], "permissions": [ "tabs", "webRequest", "scripting", "webNavigation", "webRequestBlocking", "storage", "nativeMessaging" ], "host_permissions": [ "*:\/\/*\/*", " |