Sonatype Platform Browser Extension
Shift Security Left with the Sonatype Platform Browser Extension - Scan Open Source Repositories for known Vulnerabilities.
Sonatype Platform Browser Extension क्या है?
Sonatype Platform Browser Extension https://sonatype-nexus-community.github.io/sonatype-platform-browser-extension द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Shift Security Left with the Sonatype Platform Browser Extension - Scan Open Source Repositories for known Vulnerabilities."।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में Sonatype Platform Browser Extension एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।
एक्सटेंशन उपयोग निर्देश
This extension for Chromium browsers works with the Sonatype Platform to empower Developers to make better choices earlier in the Software Development Lifecycle. Connect this extension to your Organization's Sonatype Lifecycle Server and get instant risk insight as you browse public Open Source Registries such as Maven Central (for Java), NPM (for Javascript), PyPi (for Python) and many many more. This extension supersedes our previous extension (Nexus IQ Chrome Extension) which is being retired by the end of 2023.
एक्सटेंशन की मूल जानकारी
नाम | Sonatype Platform Browser Extension |
ID | kahnhlonadjlllgnilndafpajaiepdag |
आधिकारिक URL | https://chromewebstore.google.com/detail/sonatype-platform-browser/kahnhlonadjlllgnilndafpajaiepdag |
विवरण | Shift Security Left with the Sonatype Platform Browser Extension - Scan Open Source Repositories for known Vulnerabilities. |
फ़ाइल का आकार | 5.06 MB |
स्थापना संख्या | 2,170 |
वर्तमान संस्करण | 2.15.1 |
अंतिम अपडेट | 2024-01-03 |
प्रकाशन तिथि | 2023-07-10 |
रेटिंग | 5.00/5 कुल 13 रेटिंग्स |
डेवलपर | https://sonatype-nexus-community.github.io/sonatype-platform-browser-extension |
ईमेल | [email protected] |
भुगतान के प्रकार | free |
एक्सटेंशन वेबसाइट | https://sonatype-nexus-community.github.io/sonatype-platform-browser-extension/ |
सहायता पृष्ठ URL | https://github.com/sonatype-nexus-community/sonatype-platform-browser-extension |
गोपनीयता नीति पृष्ठ URL | https://www.sonatype.com/privacy-policy |
समर्थित भाषाएँ | de,en,en-GB,fr,ca,es,pt-BR,pt-PT,fi,el,zh-CN,zh-TW,ko |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "name": "__MSG_extension_name__", "version": "2.15.1", "description": "__MSG_extension_description__", "icons": { "16": "images\/sonatype-platform-icon-16x16.png", "32": "images\/sonatype-platform-icon-32x32.png", "48": "images\/sonatype-platform-icon-48x48.png", "128": "images\/sonatype-platform-icon-128x128.png" }, "default_locale": "en", "content_scripts": [ { "matches": [ "https:\/\/pkgs.alpinelinux.org\/package\/*", "https:\/\/anaconda.org\/*", "https:\/\/cocoapods.org\/*", "https:\/\/conan.io\/center\/*", "https:\/\/anaconda.org\/conda-forge\/*", "https:\/\/cran.r-project.org\/*", "https:\/\/crates.io\/*", "https:\/\/pkg.go.dev\/*", "https:\/\/central.sonatype.com\/*", "https:\/\/repo.maven.apache.org\/*", "https:\/\/repo1.maven.org\/*", "https:\/\/search.maven.org\/*", "https:\/\/mvnrepository.com\/*", "https:\/\/www.npmjs.com\/*", "https:\/\/www.nuget.org\/*", "https:\/\/packagist.org\/*", "https:\/\/pypi.org\/*", "https:\/\/rubygems.org\/*" ], "css": [ "\/css\/pagestyle.css" ], "js": [ "\/static\/js\/content.js" ], "run_at": "document_end" } ], "homepage_url": "https:\/\/github.com\/sonatype-nexus-community\/sonatype-platform-browser-extension\/", "minimum_chrome_version": "102", "offline_enabled": false, "options_page": "options.html", "permissions": [ "activeTab", "declarativeContent", "background", "scripting", "storage", "tabs" ], "short_name": "Sonatype", "background": { "service_worker": "extension_service_worker.js" }, "action": { "default_popup": "popup.html", "default_title": "View the details of this Component", "default_icon": { "16": "images\/sonatype-platform-icon-16x16.png", "32": "images\/sonatype-platform-icon-32x32.png" } }, "content_security_policy": { "script-src": "self", "object-src": "self" }, "web_accessible_resources": [ { "resources": [ "images\/*", "static\/*", "css\/*" ], "matches": [ " |