Graph X-Ray
View Microsoft Graph API and Graph PowerShell information on the active Azure Portal page.
Graph X-Ray là gì?
Graph X-Ray là một tiện ích mở rộng Chrome được phát triển bởi merill, và tính năng chính của nó là "View Microsoft Graph API and Graph PowerShell information on the active Azure Portal page.".
Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng
Tải xuống tệp CRX của tiện ích mở rộng Graph X-Ray
Tải xuống các tệp mở rộng Graph X-Ray dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.
Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng
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.
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | Graph X-Ray |
ID | gdhbldfajbedclijgcmmmobdbnjhnpdh |
URL Chính Thức | https://chromewebstore.google.com/detail/graph-x-ray/gdhbldfajbedclijgcmmmobdbnjhnpdh |
Mô tả | View Microsoft Graph API and Graph PowerShell information on the active Azure Portal page. |
Kích Thước Tệp | 5.94 MB |
Số Lần Cài Đặt | 3,439 |
Phiên Bản Hiện Tại | 0.0.3 |
Cập Nhật Lần Cuối | 2023-12-25 |
Ngày Phát Hành | 2022-05-12 |
Đánh Giá | 5.00/5 Tổng số 5 Đánh Giá |
Nhà Phát Triển | merill |
[email protected] | |
Loại Thanh Toán | free |
Trang Web Mở Rộng | https://merill.net |
Ngôn Ngữ Được Hỗ Trợ | 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" } } |