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은(는) https://opensource.mindsphere.io에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Borrow the SESSION and XSTF-TOKEN cookie from Siemens Insights Hub for local development and command line tools."입니다.

확장 프로그램 스크린샷

screenshot

MindSphere Authentication Helper Extension 확장 프로그램 CRX 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        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
}