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 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 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.
확장 프로그램 기본 정보
이름 | |
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" ] } } |