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.”。

扩展截图

screenshot

下载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 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"
    ]
}