Stackshine Spotlight

Unify the software you depend on.

Stackshine Spotlight क्या है?

Stackshine Spotlight https://stackshine.io द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Unify the software you depend on."।

एक्सटेंशन स्क्रीनशॉट्स

screenshot
screenshot
screenshot
screenshot

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में Stackshine Spotlight एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ 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\/"
}