CAST Highlight SCA Chrome Extension

Check health of Open Source components directly from forge websites (github, gitlab, npmjs...)

CAST Highlight SCA Chrome Extensionคืออะไร?

CAST Highlight SCA Chrome Extension เป็นส่วนขยายของ Chrome ที่พัฒนาโดย CASTHighlight และคุณลักษณะหลักของมันคือ "Check health of Open Source components directly from forge websites (github, gitlab, npmjs...)"

ภาพหน้าจอของส่วนขยาย

screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย CAST Highlight SCA Chrome Extension

ดาวน์โหลดไฟล์ส่วนขยาย CAST Highlight SCA Chrome Extension ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

คำแนะนำในการใช้ส่วนขยาย

                        Visualize versions, security vulnerabilities (CVEs), license risk and compliance of Open Source repositories directly from forge websites (github, gitlab, npmjs...), maven, packagist, nuget, etc.

Steps to use this extension:
1. Once installed, visit one of the supported repository urls (e.g., https://www.npmjs.com/package/swagger-ui) and click on the extension icon.
2. Login by using your CAST Highlight credentials or with a user token (SSO/SAML authentication is not supported)
3.  See information on the repository such as vulnerabilities (CVEs), licenses, released versions, etc.

Installation and usage instructions:
https://doc.casthighlight.com/install-use-cast-highlight-sca-browser-extension/

CAST Highlight is a software intelligence product for rapid application portfolio analysis. It automatically analyzes source code of hundreds of applications in a week for Cloud Readiness, Open Source risks, Resiliency, and Agility. It combines objective software insights with qualitative surveys for business context.                    

ข้อมูลพื้นฐานของส่วนขยาย

ชื่อ CAST Highlight SCA Chrome Extension CAST Highlight SCA Chrome Extension
ID aebkkkbnbopphpfcamakblaghijojich
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/cast-highlight-sca-chrome/aebkkkbnbopphpfcamakblaghijojich
คำอธิบาย Check health of Open Source components directly from forge websites (github, gitlab, npmjs...)
ขนาดไฟล์ 70.12 KB
จำนวนการติดตั้ง 330
เวอร์ชันปัจจุบัน 0.0.20
อัปเดตครั้งล่าสุด 2023-12-13
วันที่เผยแพร่ 2021-12-13
คะแนน 5.00/5 รวมทั้งหมด 2 คะแนน
ผู้พัฒนา CASTHighlight
อีเมล [email protected]
ประเภทการชำระเงิน free
เว็บไซต์ส่วนขยาย https://www.castsoftware.com/products/highlight/
URL หน้าช่วยเหลือ https://help.castsoftware.com
URL หน้านโยบายความเป็นส่วนตัว https://doc.casthighlight.com/privacy-policy-terms
ภาษาที่รองรับ en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "CAST Highlight SCA Chrome Extension",
    "description": "Check health of Open Source components directly from forge websites (github, gitlab, npmjs...)",
    "version": "0.0.20",
    "manifest_version": 3,
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "jquery-3.6.0.min.js"
            ],
            "bts": [
                "bootstrap.bundle.min.js"
            ]
        }
    ],
    "permissions": [
        "activeTab",
        "cookies"
    ],
    "host_permissions": [
        "https:\/\/doc.casthighlight.com\/"
    ],
    "action": {
        "default_title": "Click to login with your CAST Highlight user account and see repository's information",
        "default_popup": "popup.html"
    },
    "icons": {
        "16": "\/images\/hl-16.png",
        "32": "\/images\/hl-32.png",
        "48": "\/images\/hl-48.png",
        "128": "\/images\/hl-128.png"
    }
}