Dataverse REST Builder

Create and Execute requests against the Dataverse Web API endpoint.

Dataverse REST Builder क्या है?

Dataverse REST Builder Guido Preite द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Create and Execute requests against the Dataverse Web API endpoint."।

एक्सटेंशन स्क्रीनशॉट्स

screenshot

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में Dataverse REST Builder एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ 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 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"
    ]
}