Easy OData

Easy OData, the best tool which helps you find entities, properties, and their relationships in your OData API's.

Easy OData क्या है?

Easy OData http://easyodata.com द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Easy OData, the best tool which helps you find entities, properties, and their relationships in your OData API's."।

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

screenshot
screenshot
screenshot
screenshot

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

crx प्रारूप में Easy OData एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।

एक्सटेंशन उपयोग निर्देश

                        Easy OData is a Chrome plugin that transforms an XML metadata document into a more convenient format. Finding entities, properties, and relations between them is now dead easy. It’s also possible to browse through API data. This is a great choice to improve communication between frontend and backend web developers, especially in Fiori and SAPUI5 related projects.                    

एक्सटेंशन की मूल जानकारी

नाम Easy OData Easy OData
ID chnkbocgdlmiiallefgodgmcogodaion
आधिकारिक URL https://chrome.google.com/webstore/detail/easy-odata/chnkbocgdlmiiallefgodgmcogodaion
विवरण Easy OData, the best tool which helps you find entities, properties, and their relationships in your OData API's.
फ़ाइल का आकार 58.04 KB
स्थापना संख्या 852
वर्तमान संस्करण 1.0.7
अंतिम अपडेट 2021-08-25
प्रकाशन तिथि 2020-09-21
रेटिंग 1.83/5 कुल 6 रेटिंग्स
डेवलपर http://easyodata.com
ईमेल [email protected]
भुगतान के प्रकार free
एक्सटेंशन वेबसाइट https://easyodata.com/
सहायता पृष्ठ URL https://easyodata.com/
समर्थित भाषाएँ en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Easy OData",
    "description": "Easy OData, the best tool which helps you find entities, properties, and their relationships in your OData API's.",
    "version": "1.0.7",
    "manifest_version": 2,
    "icons": {
        "16": "\/img\/icon16.png",
        "24": "\/img\/icon24.png",
        "32": "\/img\/icon32.png",
        "64": "\/img\/icon64.png",
        "128": "\/img\/icon128.png"
    },
    "background": {
        "scripts": [
            "background.js"
        ]
    },
    "browser_action": [],
    "content_security_policy": "script-src 'sha256-7J4zqvsQut5i7Nkfqg4q7xmniUZhJjLSJDOY\/gx91vw=' 'self' https:\/\/openui5.hana.ondemand.com https:\/\/cdn.quilljs.com https:\/\/www.paypal.com https:\/\/easyodata.com 'unsafe-eval' ; object-src 'self'",
    "permissions": [
        "http:\/\/*\/",
        "https:\/\/*\/",
        "storage",
        "identity",
        "identity.email",
        "https:\/\/www.googleapis.com\/"
    ],
    "oauth2": {
        "client_id": "797688394629-s4lmh8antu40dlbp1lherq0c3o7nj9jk.apps.googleusercontent.com",
        "scopes": [
            "https:\/\/www.googleapis.com\/auth\/plus.login",
            "https:\/\/www.googleapis.com\/auth\/chromewebstore.readonly"
        ]
    }
}