Stackshine Spotlight

Unify the software you depend on.

Cos'è Stackshine Spotlight?

Stackshine Spotlight è un'estensione di Chrome sviluppata da https://stackshine.io, e la sua funzione principale è "Unify the software you depend on.".

Screenshot dell'Estensione

screenshot
screenshot
screenshot
screenshot

Scarica il file CRX dell'estensione Stackshine Spotlight

Scarica i file di estensione Stackshine Spotlight in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

                        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                    

Informazioni di Base sull'Estensione

Nome Stackshine Spotlight Stackshine Spotlight
ID jpjjjigckelacgnapoficccbepjeoopm
URL Ufficiale https://chromewebstore.google.com/detail/stackshine-spotlight/jpjjjigckelacgnapoficccbepjeoopm
Descrizione Unify the software you depend on.
Dimensione del File 1.45 MB
Conteggio Installazioni 1,000
Versione Corrente 1.2.7
Ultimo Aggiornamento 2022-12-14
Data di Pubblicazione 2021-11-04
Valutazione 5.00/5 Totale 1 Valutazioni
Sviluppatore https://stackshine.io
Email [email protected]
Tipo di Pagamento free
Sito Web dell'Estensione https://stackshine.io
URL della Pagina della Politica sulla Privacy https://www.stackshine.io/privacy
Lingue Supportate 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\/"
}