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은(는) CASTHighlight에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Check health of Open Source components directly from forge websites (github, gitlab, npmjs...)"입니다.

확장 프로그램 스크린샷

screenshot

CAST Highlight SCA Chrome Extension 확장 프로그램 CRX 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        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"
    }
}