MindSphere Authentication Helper Extension

Borrow the SESSION and XSTF-TOKEN cookie from Siemens Insights Hub for local development and command line tools.

Τι είναι το MindSphere Authentication Helper Extension;

Το MindSphere Authentication Helper Extension είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον https://opensource.mindsphere.io, και η κύρια λειτουργία του είναι "Borrow the SESSION and XSTF-TOKEN cookie from Siemens Insights Hub for local development and command line tools.".

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

screenshot

Λήψη αρχείου CRX της επέκτασης MindSphere Authentication Helper Extension

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

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

                        This chrome extension can be used to simplify the development tasks for which you need to use the SESSION and XSRF-TOKEN to access Siemens Insights Hub APIs. It provides an easy way to copy the Insights Hub authentication cookies to the clipboard without having to go to chrome developer tools.

The extension works also really well with the Insights Hub and Industrial IoT CLI in the Session Cookie - XSRF-Token Configuration.

Use the extension to copy the cookies to the clipboard, paste them to the command line (there is bash, Windows CMD and Windows Powershell support) and start using the MindSphere CLI right away.

You can also use the extension to simplify the start of Insights Hub Development Proxy in a similar fashion. Just copy/paste the cookies to the command line and start the development proxy.

Important: Treat the authentication cookies like your credentials and use them only in secure environments.                    

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

Όνομα MindSphere Authentication Helper Extension MindSphere Authentication Helper Extension
ID licndiiilobojikmhmmcgdbpmnmdeoee
Επίσημο URL https://chromewebstore.google.com/detail/mindsphere-authentication/licndiiilobojikmhmmcgdbpmnmdeoee
Περιγραφή Borrow the SESSION and XSTF-TOKEN cookie from Siemens Insights Hub for local development and command line tools.
Μέγεθος Αρχείου 736 KB
Αριθμός Εγκαταστάσεων 149
Τρέχουσα Έκδοση 2.0.0
Τελευταία Ενημέρωση 2024-01-03
Ημερομηνία Δημοσίευσης 2020-08-19
Αξιολόγηση 5.00/5 Συνολικά 3 Αξιολογήσεις
Προγραμματιστής https://opensource.mindsphere.io
Ηλεκτρονικό ταχυδρομείο [email protected]
Τύπος Πληρωμής free
Ιστότοπος Επέκτασης https://developer.siemens.com/industrial-iot-open-source/mindsphere-auth-helper/index.html
Διεύθυνση URL της Σελίδας Βοήθειας https://community.siemens.com/c/developerspace/14
URL της Σελίδας Πολιτικής Απορρήτου https://www.siemens.com/global/en/general/privacy-notice.html
Υποστηριζόμενες Γλώσσες en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "MindSphere Authentication Helper Extension",
    "version": "2.0.0",
    "description": "Borrow the SESSION and XSTF-TOKEN cookie from Siemens Insights Hub for local development and command line tools.",
    "author": "@sn0wcat",
    "host_permissions": [
        "https:\/\/*.mindsphere.io\/*",
        "https:\/\/*.mindsphere-in.cn\/*"
    ],
    "permissions": [
        "cookies"
    ],
    "icons": {
        "16": "assets\/images\/logo-16.png",
        "32": "assets\/images\/logo-32.png",
        "48": "assets\/images\/logo-48.png",
        "128": "assets\/images\/logo-128.png"
    },
    "background": [],
    "action": {
        "default_icon": {
            "16": "assets\/images\/logo-16.png",
            "32": "assets\/images\/logo-32.png",
            "48": "assets\/images\/logo-48.png",
            "128": "assets\/images\/logo-128.png"
        },
        "default_title": "Siemens Insights Hub and Industrial IoT Authentication Helper",
        "default_popup": "index.html"
    },
    "manifest_version": 3
}