Boomerang - SOAP & REST Client
Seamlessly integrate and test SOAP & REST services.
Что такое Boomerang - SOAP & REST Client?
Boomerang - SOAP & REST Client - это расширение Chrome, разработанное https://boomerangapi.com, и его основная функция - "Seamlessly integrate and test SOAP & REST services.".
Снимки экрана расширения
Скачать файл CRX расширения Boomerang - SOAP & REST Client
Скачайте файлы расширений 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 |
Официальный 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": [ " |