API console extension
API Console extension to proxy HTTP requests to the documented API.
API console extension란 무엇입니까?
API console extension은(는) https://api-console.io에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "API Console extension to proxy HTTP requests to the documented API."입니다.
확장 프로그램 스크린샷
API console extension 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
An extension to be used with MuleSoft's API Console to make HTTP requests in Chrome browser. No need for additional proxy services and complicated setups. Install the extension and read response data on any website hosting the API console. Recent changes: - Migrated to Chrome Manifest v3 - Removed unused "identity" permission (added while developing proxy for OAuth 2 but never removed) - Removed "tabs" permissions as chrome extensions do not need it in the scope required by this extension - Added ability to proxy a File and FormData Permissions Access to your data on all websites It is required to make HTTP requests to API endpoints. It means that the extension can make an HTTP request to any endpoint. Privacy This extension does not collect any kind of data (not even analytics). The extension reads the data passed to it from the API Console application and proxies them "as-is" to the API endpoint. The response is then proxied back to the application. How does it work? The extension will inject a tiny portion of JavaScript code into every webpage you visit. The API console fires a specific event before making a request. The JavaScript code will recognize this event and handle the request. It will not affect other web pages you visit.
확장 프로그램 기본 정보
이름 | API console extension |
ID | olkpohecoakpkpinafnpppponcfojioa |
공식 URL | https://chromewebstore.google.com/detail/api-console-extension/olkpohecoakpkpinafnpppponcfojioa |
설명 | API Console extension to proxy HTTP requests to the documented API. |
파일 크기 | 30.38 KB |
설치 횟수 | 1,971 |
현재 버전 | 0.1.3 |
최근 업데이트 | 2022-11-09 |
출시 날짜 | 2017-04-10 |
평점 | 2.20/5 총 5 개의 평점 |
개발자 | https://api-console.io |
이메일 | [email protected] |
결제 유형 | free |
도움말 페이지 URL | https://docs.mulesoft.com/api-community-manager/api-console |
개인정보 보호 정책 페이지 URL | https://docs.google.com/document/d/1BzrKQ0NxFXuDIe2zMA-0SZBNU0P46MHr4GftZmoLUQU/edit?usp=sharing |
지원되는 언어 | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "name": "API console extension", "version": "0.1.3", "description": "API Console extension to proxy HTTP requests to the documented API.", "author": "Pawel Psztyc |