Dataverse REST Builder
Create and Execute requests against the Dataverse Web API endpoint.
Τι είναι το Dataverse REST Builder;
Το Dataverse REST Builder είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον Guido Preite, και η κύρια λειτουργία του είναι "Create and Execute requests against the Dataverse Web API endpoint.".
Στιγμιότυπα Επέκτασης
Λήψη αρχείου CRX της επέκτασης Dataverse REST Builder
Λήψη αρχείων επέκτασης Dataverse REST Builder σε μορφή crx, εγκατάσταση των επεκτάσεων Chrome μη αυτόματα στον περιηγητή ή κοινοποίηση των αρχείων crx με φίλους για εύκολη εγκατάσταση των επεκτάσεων Chrome.
Οδηγίες Χρήσης της Επέκτασης
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).
Βασικές Πληροφορίες Επέκτασης
Όνομα | Dataverse REST Builder |
ID | ioajdaokkkgjehbpiogakecdifaeaeho |
Επίσημο URL | https://chromewebstore.google.com/detail/dataverse-rest-builder/ioajdaokkkgjehbpiogakecdifaeaeho |
Περιγραφή | Create and Execute requests against the Dataverse Web API endpoint. |
Μέγεθος Αρχείου | 1.24 MB |
Αριθμός Εγκαταστάσεων | 3,623 |
Τρέχουσα Έκδοση | 1.0.0.44 |
Τελευταία Ενημέρωση | 2023-06-07 |
Ημερομηνία Δημοσίευσης | 2022-10-11 |
Αξιολόγηση | 5.00/5 Συνολικά 3 Αξιολογήσεις |
Προγραμματιστής | Guido Preite |
Ηλεκτρονικό ταχυδρομείο | [email protected] |
Τύπος Πληρωμής | free |
Ιστότοπος Επέκτασης | https://github.com/GuidoPreite/DRB |
Διεύθυνση URL της Σελίδας Βοήθειας | https://github.com/GuidoPreite/DRB |
Υποστηριζόμενες Γλώσσες | 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" ] } |