Boomerang - SOAP & REST Client
Seamlessly integrate and test SOAP & REST services.
Boomerang - SOAP & REST Client란 무엇입니까?
Boomerang - SOAP & REST Client은(는) https://boomerangapi.com에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Seamlessly integrate and test SOAP & REST services."입니다.
확장 프로그램 스크린샷
Boomerang - SOAP & REST Client 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
A simple testing tool to debug your APIs. Boomerang is a lot faster than the other SOAP clients, generates SOAP requests with default values and it seamlessly integrate with the REST services. Boomerang allows you to organize SOAP & REST services in projects, and requests in collections. It can also update the WSDL and import serialized XML. We have integrated some amazing features in Boomerang which will provide suitable results and boost your project to new heights. Features: ★ Seamlessly integrates SOAP and REST ★ Environment variables ★ Data Import & Export ★ Basic HTTP authentication ★ Organize services and requests ★ Import serialized XML ★ Query string builder ★ History of sent requests ★ HTML response preview ★ Syntax highlighting ★ Set Custom Request Headers ★ Filter operations and requests ★ TabJump, Duplicate request and many more. WSDL Parser, HTTP Client, Soap Client, Rest Client, Open API, Swagger
확장 프로그램 기본 정보
이름 | Boomerang - SOAP & REST Client |
ID | eipdnjedkpcnlmmdfdkgfpljanehloah |
공식 URL | https://chromewebstore.google.com/detail/boomerang-soap-rest-clien/eipdnjedkpcnlmmdfdkgfpljanehloah |
설명 | Seamlessly integrate and test SOAP & REST services. |
파일 크기 | 638 KB |
설치 횟수 | 104,866 |
현재 버전 | 7.7.6 |
최근 업데이트 | 2022-10-10 |
출시 날짜 | 2020-02-03 |
평점 | 4.58/5 총 993 개의 평점 |
개발자 | https://boomerangapi.com |
이메일 | [email protected] |
결제 유형 | free |
지원되는 언어 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Boomerang - SOAP & REST Client", "short_name": "Boomerang", "description": "Seamlessly integrate and test SOAP & REST services.", "version": "7.7.6", "author": "Ashwin K", "offline_enabled": true, "background": { "page": "background.html", "persistent": true }, "externally_connectable": { "matches": [ "*:\/\/localhost\/*", "https:\/\/*.boomerangapi.com\/*" ] }, "content_security_policy": "script-src 'self' https:\/\/ssl.google-analytics.com; object-src 'self'", "browser_action": { "default_icon": "assets\/icon32.png" }, "permissions": [ " |