Graph X-Ray
View Microsoft Graph API and Graph PowerShell information on the active Azure Portal page.
Qu'est-ce que Graph X-Ray ?
Graph X-Ray est une extension Chrome développée par merill, et sa fonction principale est "View Microsoft Graph API and Graph PowerShell information on the active Azure Portal page.".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension Graph X-Ray
Téléchargez les fichiers d'extension Graph X-Ray au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.
Instructions d'Utilisation de l'Extension
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.
Informations de Base sur l'Extension
Nom | Graph X-Ray |
ID | gdhbldfajbedclijgcmmmobdbnjhnpdh |
URL Officiel | https://chromewebstore.google.com/detail/graph-x-ray/gdhbldfajbedclijgcmmmobdbnjhnpdh |
Description | View Microsoft Graph API and Graph PowerShell information on the active Azure Portal page. |
Taille du Fichier | 5.94 MB |
Nombre d'Installations | 3,439 |
Version Actuelle | 0.0.3 |
Dernière Mise à Jour | 2023-12-25 |
Date de Publication | 2022-05-12 |
Évaluation | 5.00/5 Total 5 Évaluations |
Développeur | merill |
[email protected] | |
Type de Paiement | free |
Site Web de l'Extension | https://merill.net |
Langues Prises en Charge | 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" } } |