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."

ภาพหน้าจอของส่วนขยาย

screenshot

ดาวน์โหลดไฟล์ 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 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"
    ]
}