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文件
下載Boomerang - SOAP & REST Client擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。
擴展使用說明
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 |
官方網址 | 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": [ " |