Dataverse REST Builder
Create and Execute requests against the Dataverse Web API endpoint.
什麼是Dataverse REST Builder?
Dataverse REST Builder是由Guido Preite開發的Chrome擴展程式,該擴展的主要功能是“Create and Execute requests against the Dataverse Web API endpoint.”。
擴展截圖
下載Dataverse REST Builder擴展crx文件
下載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 |
官方網址 | 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" ] } |