Graph X-Ray

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

ما هو Graph X-Ray؟

Graph X-Ray هو إضافة Chrome تم تطويرها بواسطة merill، والميزة الرئيسية لها هي "View Microsoft Graph API and Graph PowerShell information on the active Azure Portal page.".

لقطات شاشة التمديد

screenshot
screenshot

تحميل ملف CRX للإضافة Graph X-Ray

قم بتنزيل ملفات الامتداد Graph X-Ray بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات 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"
    }
}