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開發的Chrome擴展程式,該擴展的主要功能是“Easy OData, the best tool which helps you find entities, properties, and their relationships in your OData API's.”。
擴展截圖
下載Easy OData擴展crx文件
下載Easy OData擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。
擴展使用說明
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.
擴展基本資訊
名稱 | |
ID | chnkbocgdlmiiallefgodgmcogodaion |
官方網址 | 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" ] } } |