Dataverse REST Builder
Create and Execute requests against the Dataverse Web API endpoint.
Dataverse REST Builder là gì?
Dataverse REST Builder là một tiện ích mở rộng Chrome được phát triển bởi Guido Preite, và tính năng chính của nó là "Create and Execute requests against the Dataverse Web API endpoint.".
Ả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 Dataverse REST Builder
Tải xuống các tệp mở rộng Dataverse REST Builder 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
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).
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | Dataverse REST Builder |
ID | ioajdaokkkgjehbpiogakecdifaeaeho |
URL Chính Thức | https://chromewebstore.google.com/detail/dataverse-rest-builder/ioajdaokkkgjehbpiogakecdifaeaeho |
Mô tả | Create and Execute requests against the Dataverse Web API endpoint. |
Kích Thước Tệp | 1.24 MB |
Số Lần Cài Đặt | 3,623 |
Phiên Bản Hiện Tại | 1.0.0.44 |
Cập Nhật Lần Cuối | 2023-06-07 |
Ngày Phát Hành | 2022-10-11 |
Đánh Giá | 5.00/5 Tổng số 3 Đánh Giá |
Nhà Phát Triển | Guido Preite |
[email protected] | |
Loại Thanh Toán | free |
Trang Web Mở Rộng | https://github.com/GuidoPreite/DRB |
URL Trang Trợ Giúp | https://github.com/GuidoPreite/DRB |
Ngôn Ngữ Được Hỗ Trợ | 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" ] } |