Stackshine Spotlight

Unify the software you depend on.

Stackshine Spotlight là gì?

Stackshine Spotlight là một tiện ích mở rộng Chrome được phát triển bởi https://stackshine.io, và tính năng chính của nó là "Unify the software you depend on.".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot
screenshot
screenshot
screenshot

Tải xuống tệp CRX của tiện ích mở rộng Stackshine Spotlight

Tải xuống các tệp mở rộng Stackshine Spotlight dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        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                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên Stackshine Spotlight Stackshine Spotlight
ID jpjjjigckelacgnapoficccbepjeoopm
URL Chính Thức https://chromewebstore.google.com/detail/stackshine-spotlight/jpjjjigckelacgnapoficccbepjeoopm
Mô tả Unify the software you depend on.
Kích Thước Tệp 1.45 MB
Số Lần Cài Đặt 1,000
Phiên Bản Hiện Tại 1.2.7
Cập Nhật Lần Cuối 2022-12-14
Ngày Phát Hành 2021-11-04
Đánh Giá 5.00/5 Tổng số 1 Đánh Giá
Nhà Phát Triển https://stackshine.io
Email [email protected]
Loại Thanh Toán free
Trang Web Mở Rộng https://stackshine.io
URL Trang Chính Sách Bảo Mật https://www.stackshine.io/privacy
Ngôn Ngữ Được Hỗ Trợ 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\/"
}