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 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
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" ] } |