Stackshine Spotlight

Unify the software you depend on.

O que é Stackshine Spotlight?

Stackshine Spotlight é uma extensão do Chrome desenvolvida por https://stackshine.io, e sua principal característica é "Unify the software you depend on.".

Capturas de Tela da Extensão

screenshot
screenshot
screenshot
screenshot

Baixar o arquivo CRX da Extensão Stackshine Spotlight

Baixe arquivos de extensão Stackshine Spotlight no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.

Instruções de Uso da Extensão

                        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                    

Informações Básicas da Extensão

Nome Stackshine Spotlight Stackshine Spotlight
ID jpjjjigckelacgnapoficccbepjeoopm
URL Oficial https://chromewebstore.google.com/detail/stackshine-spotlight/jpjjjigckelacgnapoficccbepjeoopm
Descrição Unify the software you depend on.
Tamanho do Arquivo 1.45 MB
Contagem de Instalações 1,000
Versão Atual 1.2.7
Última Atualização 2022-12-14
Data de Publicação 2021-11-04
Classificação 5.00/5 Total de 1 Avaliações
Desenvolvedor https://stackshine.io
Email [email protected]
Tipo de Pagamento free
Site da Extensão https://stackshine.io
URL da Página de Política de Privacidade https://www.stackshine.io/privacy
Idiomas Suportados 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\/"
}