Select Star

Select Star is a data discovery platform that automatically analyzes & documents your data.

Τι είναι το Select Star;

Το Select Star είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον https://selectstar.com, και η κύρια λειτουργία του είναι "Select Star is a data discovery platform that automatically analyzes & documents your data.".

Στιγμιότυπα Επέκτασης

screenshot
screenshot

Λήψη αρχείου CRX της επέκτασης Select Star

Λήψη αρχείων επέκτασης Select Star σε μορφή crx, εγκατάσταση των επεκτάσεων Chrome μη αυτόματα στον περιηγητή ή κοινοποίηση των αρχείων crx με φίλους για εύκολη εγκατάσταση των επεκτάσεων Chrome.

Οδηγίες Χρήσης της Επέκτασης

                        ⭐️ Select Star (https://selectstar.com) is a data discovery platform that automatically analyzes & documents your data. 
    
    
    Many data scientists and business analysts spend too much time looking for the right data, often having to ask other people to find it. Beyond a data catalog, Select Star provides an easy to use data portal, where data teams can govern their data and share the knowledge base with all data consumers inside the company.
    
    🔍 Find the needle in the haystack
    Cut through the noise of countless datasets & dashboards to quickly find the data you’re looking for.
    
    📝 Capture the tribal knowledge in data
    Easily tag & update descriptions. Anyone can ask questions, and search other discussions related to the dataset.
    
    📖 Understand where your data is being used, and how
    Get an up-to-date snapshot of where the data is coming from, who is using the data, how they are using the data, and which dashboards are built on top of it.
    
    👁 Get visibility into where your sensitive data
    Use column lineage to find out exactly where the data is going to. Propagate PII tags to the downstream columns where it’s being used as is.
    
    🚛 Migrate any data model in confidence
    Find out which dashboards may break and who may get impacted if you change the data, down to the column level.                    

Βασικές Πληροφορίες Επέκτασης

Όνομα Select Star Select Star
ID okjjmjmiaemccchgkpchjpkaomabndek
Επίσημο URL https://chromewebstore.google.com/detail/select-star/okjjmjmiaemccchgkpchjpkaomabndek
Περιγραφή Select Star is a data discovery platform that automatically analyzes & documents your data.
Μέγεθος Αρχείου 9.14 MB
Αριθμός Εγκαταστάσεων 166
Τρέχουσα Έκδοση 0.1.46
Τελευταία Ενημέρωση 2024-03-06
Ημερομηνία Δημοσίευσης 2022-10-24
Αξιολόγηση 5.00/5 Συνολικά 1 Αξιολογήσεις
Προγραμματιστής https://selectstar.com
Ηλεκτρονικό ταχυδρομείο [email protected]
Τύπος Πληρωμής free
Ιστότοπος Επέκτασης https://www.selectstar.com/
Διεύθυνση URL της Σελίδας Βοήθειας https://docs.selectstar.com/
URL της Σελίδας Πολιτικής Απορρήτου https://www.selectstar.com/privacy-policy
Υποστηριζόμενες Γλώσσες en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "version": "0.1.46",
    "manifest_version": 3,
    "name": "Select Star",
    "description": "Select Star is a data discovery platform that automatically analyzes & documents your data.",
    "background": {
        "service_worker": "extensionbackground.bundle.js"
    },
    "action": {
        "default_popup": ".\/index.html",
        "default_icon": "icon-34.png"
    },
    "icons": {
        "128": "icon-128.png"
    },
    "content_scripts": [
        {
            "matches": [
                "https:\/\/api.production.selectstar.com\/*",
                "https:\/\/api.block.selectstar.com\/*",
                "https:\/\/api.staging.selectstar.com\/*",
                "https:\/\/api.preview.selectstar.com\/*",
                "http:\/\/localhost:8000\/*"
            ],
            "js": [
                "extensioncontent.bundle.js"
            ]
        }
    ],
    "devtools_page": "extensiondevtools.html",
    "web_accessible_resources": [
        {
            "resources": [
                "icon-128.png",
                "icon-34.png"
            ],
            "matches": []
        }
    ],
    "content_security_policy": {
        "extension_pages": "script-src 'self'; object-src 'self'"
    },
    "permissions": [
        "storage",
        "contextMenus",
        "scripting",
        "tabs"
    ],
    "host_permissions": [
        "https:\/\/app.selectstar.com\/",
        "https:\/\/block.selectstar.com\/",
        "https:\/\/staging.selectstar.com\/",
        "https:\/\/preview.selectstar.com\/",
        "http:\/\/localhost:3000\/"
    ]
}