Dataverse REST Builder
Create and Execute requests against the Dataverse Web API endpoint.
Cos'è Dataverse REST Builder?
Dataverse REST Builder è un'estensione di Chrome sviluppata da Guido Preite, e la sua funzione principale è "Create and Execute requests against the Dataverse Web API endpoint.".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione Dataverse REST Builder
Scarica i file di estensione Dataverse REST Builder in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.
Istruzioni per l'Uso dell'Estensione
Dataverse REST Builder allows to create and execute requests against the Dataverse Web API endpoint. After obtaining the token from the authentication process (a Dataverse instance is required and a URL must be provided) the tool is loaded and a new collection of requests can be created. Each request matches a capability of Dataverse, in addition to the standard CRUD it supports specific Dataverse requests like Associate/Disassociate, Execute Workflow and Manage Image and File Data. For each request the tool generates the code for different syntaxes, like Xrm.WebApi (if the code is for a model-driven app), Fetch API, jQuery and Power Apps Portals, some requests generate the code for Power Automate and Power BI. Another capability of the tool is to export the collection in different formats: Postman, Thunder Client (VS Code) and REST Client (VS Code).
Informazioni di Base sull'Estensione
Nome | Dataverse REST Builder |
ID | ioajdaokkkgjehbpiogakecdifaeaeho |
URL Ufficiale | https://chromewebstore.google.com/detail/dataverse-rest-builder/ioajdaokkkgjehbpiogakecdifaeaeho |
Descrizione | Create and Execute requests against the Dataverse Web API endpoint. |
Dimensione del File | 1.24 MB |
Conteggio Installazioni | 3,623 |
Versione Corrente | 1.0.0.44 |
Ultimo Aggiornamento | 2023-06-07 |
Data di Pubblicazione | 2022-10-11 |
Valutazione | 5.00/5 Totale 3 Valutazioni |
Sviluppatore | Guido Preite |
[email protected] | |
Tipo di Pagamento | free |
Sito Web dell'Estensione | https://github.com/GuidoPreite/DRB |
URL della Pagina di Aiuto | https://github.com/GuidoPreite/DRB |
Lingue Supportate | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "name": "Dataverse REST Builder", "version": "1.0.0.44", "description": "Create and Execute requests against the Dataverse Web API endpoint.", "author": "Guido Preite", "action": [], "icons": { "16": "img\/drb_icon_extension.png", "48": "img\/drb_icon_extension.png", "128": "img\/drb_icon_extension.png" }, "background": { "service_worker": "background.js" }, "sandbox": { "pages": [ "drb_be_extension.htm" ] }, "permissions": [ "tabs", "storage", "downloads" ] } |