Stackshine Spotlight

Unify the software you depend on.

Stackshine Spotlight란 무엇입니까?

Stackshine Spotlight은(는) https://stackshine.io에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Unify the software you depend on."입니다.

확장 프로그램 스크린샷

screenshot
screenshot
screenshot
screenshot

Stackshine Spotlight 확장 프로그램 CRX 파일 다운로드

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

확장 프로그램 사용 설명서

                        Stackshine Spotlight is your best tool for understanding and managing the software used within your organization. Built specifically for Stackshine users, Spotlight enriches your Stackshine workspace data with usage data on your software tools.

- Track usage of apps currently in your Stackshine workspace
- Discover new vendors and shadow IT used in your organization                    

확장 프로그램 기본 정보

이름 Stackshine Spotlight Stackshine Spotlight
ID jpjjjigckelacgnapoficccbepjeoopm
공식 URL https://chromewebstore.google.com/detail/stackshine-spotlight/jpjjjigckelacgnapoficccbepjeoopm
설명 Unify the software you depend on.
파일 크기 1.45 MB
설치 횟수 1,000
현재 버전 1.2.7
최근 업데이트 2022-12-14
출시 날짜 2021-11-04
평점 5.00/5 총 1 개의 평점
개발자 https://stackshine.io
이메일 [email protected]
결제 유형 free
확장 프로그램 웹 사이트 https://stackshine.io
개인정보 보호 정책 페이지 URL https://www.stackshine.io/privacy
지원되는 언어 en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Stackshine Spotlight",
    "description": "Unify the software you depend on.",
    "version": "1.2.7",
    "browser_action": {
        "default_popup": "index.html"
    },
    "background": {
        "scripts": [
            ".\/background.js"
        ],
        "persistent": true
    },
    "icons": {
        "16": ".\/images\/logo-small.png",
        "48": ".\/images\/logo-medium.png",
        "128": ".\/images\/logo-large.png"
    },
    "permissions": [
        "tabs",
        "alarms",
        "notifications",
        "activeTab",
        "storage",
        "history",
        "identity",
        "identity.email",
        "https:\/\/www.stackshine.io\/*",
        "https:\/\/app.stackshine.com\/*"
    ],
    "browser_specific_settings": {
        "gecko": {
            "id": "[email protected]",
            "strict_min_version": "42.0",
            "update_url": "https:\/\/www.stackshine.io\/spotlight_updates.json"
        }
    },
    "content_security_policy": "base-uri 'self'; object-src 'none'; script-src 'self' 'sha256-Nf\/Z5HwHnqaP6wFzN4Wq86g0vjZwFfLTtwk7pYEJmh8=' 'nonce-hsMYwsLIvd6jwvNLYWF6wA==' 'nonce-CweuMX4GoDdqwn6blGcolg=='; style-src 'self' 'nonce-+meF4xd0zIehhjDLr1cpCQ==' 'nonce-IW2cr+hpnTZPRZLY5EwTmw=='; default-src 'none'; connect-src 'self' http:\/\/localhost:3000 https:\/\/www.stackshine.io https:\/\/app.stackshine.com https:\/\/*.sentry.io https:\/\/uat.i.stackshine.com\/"
}