Graph X-Ray

View Microsoft Graph API and Graph PowerShell information on the active Azure Portal page.

Graph X-Ray란 무엇입니까?

Graph X-Ray은(는) merill에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "View Microsoft Graph API and Graph PowerShell information on the active Azure Portal page."입니다.

확장 프로그램 스크린샷

screenshot
screenshot

Graph X-Ray 확장 프로그램 CRX 파일 다운로드

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

확장 프로그램 사용 설명서

                        View context sensitive PowerShell commands in the Microsoft Azure Active Directory Portal and use the Graph X-Ray feature in Developer Tools to view the Graph API commands and corresponding PowerShell commands of actions performed on the portal.                    

확장 프로그램 기본 정보

이름 Graph X-Ray Graph X-Ray
ID gdhbldfajbedclijgcmmmobdbnjhnpdh
공식 URL https://chromewebstore.google.com/detail/graph-x-ray/gdhbldfajbedclijgcmmmobdbnjhnpdh
설명 View Microsoft Graph API and Graph PowerShell information on the active Azure Portal page.
파일 크기 5.94 MB
설치 횟수 3,439
현재 버전 0.0.3
최근 업데이트 2023-12-25
출시 날짜 2022-05-12
평점 5.00/5 총 5 개의 평점
개발자 merill
이메일 [email protected]
결제 유형 free
확장 프로그램 웹 사이트 https://merill.net
지원되는 언어 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "version": "0.0.3",
    "short_name": "Graph X-Ray",
    "name": "Graph X-Ray",
    "description": "View Microsoft Graph API and Graph PowerShell information on the active Azure Portal page.",
    "action": {
        "default_title": "Graph X-Ray",
        "default_popup": "popup.html"
    },
    "background": {
        "service_worker": "background.bundle.js"
    },
    "content_scripts": [
        {
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ],
            "js": [
                "contentScript.bundle.js"
            ]
        }
    ],
    "host_permissions": [
        "https:\/\/portal.azure.com\/",
        "https:\/\/graph.microsoft.com\/"
    ],
    "icons": {
        "16": "img\/icon-16.png",
        "48": "img\/icon-48.png",
        "128": "img\/icon-128.png"
    },
    "options_page": "options.html",
    "devtools_page": "dev.html",
    "permissions": [
        "storage"
    ],
    "content_security_policy": {
        "script-src": "self",
        "object-src": "self"
    }
}