Firecamp, A Multi-protocol API Platform

Firecamp offers dedicated GUI runtime, tools & services for various protocols & styles like HTTP/Rest, GraphQL, WebSocket, MQTT etc

Firecamp, A Multi-protocol API Platform क्या है?

Firecamp, A Multi-protocol API Platform https://firecamp.io द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Firecamp offers dedicated GUI runtime, tools & services for various protocols & styles like HTTP/Rest, GraphQL, WebSocket, MQTT etc"।

एक्सटेंशन स्क्रीनशॉट्स

screenshot
screenshot
screenshot
screenshot
screenshot

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में Firecamp, A Multi-protocol API Platform एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।

एक्सटेंशन उपयोग निर्देश

                        ------------------------------

NOTE: 
Extension is deprecated in favour of the web platform, please try

https://firecamp.dev

-------------------------------


Firecamp enables you to test out APIs of your choices, WebSocket, HTTP and GraphQL collaboratively within single app across your team. 

A. For better experience and native features we recommend you to use Desktop App - https://firecamp.io/downloads
B. Looking to try it for Team? Here is the access - https://firecamp.typeform.com/to/y51lzS
 

PERMISSION: 

1. allHost: to allow users to test their end-points in APIs/WS/GraphQL like testing GUI clients.
2. identity: to let you sign-in/sign-up via Google directly from the extension.

You may see this message "read and change all your data on the website you visit"
✔It's due to **allHost** permission we need for API/WS etc clients

Firecamp doesn't read or change any of your private or website data, without this permission, chrome will block every request which you will fire from API/WS etc clients.even though you can disable this access from the extension setting OR 
--------------------------------------------------------------------------

Moreover, it serves the multi-purpose DevTools which assists developers to deal with their problems. Firecamp boosts the development process, removes the team dependencies and improves productivity. Indeed, it's a campsite for developers which facilitates developers to build, enhance and test their end-points.

Download (Web, Mac, Linux, Windows)
https://firecamp.io/downloads

Get In Touch and Updated
GitHub : https://github.com/firecampapp/fc-support
Twitter: https://twitter.com/FirecampHQ

★ Features
-------------------------------------
✔ Intuitive UI
✔ Manage multiple projects
✔ Dedicated clients for WebSocket, GraphQL and REST APIs
✔ Ready to use code snippet for the web, Android, iOS, and other client lang.
✔ Send Headers, QueryParams, and config with ease for all clients.
✔ Save one time then share and access all time all the requests.
✔ DevTools for extra utilities like JSON converter and Markdown Editor

Contact: [email protected]                    

एक्सटेंशन की मूल जानकारी

नाम Firecamp, A Multi-protocol API Platform Firecamp, A Multi-protocol API Platform
ID eajaahbjpnhghjcdaclbkeamlkepinbl
आधिकारिक URL https://chromewebstore.google.com/detail/firecamp-a-multi-protocol/eajaahbjpnhghjcdaclbkeamlkepinbl
विवरण Firecamp offers dedicated GUI runtime, tools & services for various protocols & styles like HTTP/Rest, GraphQL, WebSocket, MQTT etc
फ़ाइल का आकार 7.58 MB
स्थापना संख्या 9,056
वर्तमान संस्करण 2.7.1
अंतिम अपडेट 2023-05-29
प्रकाशन तिथि 2020-07-03
रेटिंग 4.71/5 कुल 45 रेटिंग्स
डेवलपर https://firecamp.io
ईमेल [email protected]
भुगतान के प्रकार free
एक्सटेंशन वेबसाइट https://firecamp.io
गोपनीयता नीति पृष्ठ URL https://firecamp.io/legals/privacy-policy
समर्थित भाषाएँ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Firecamp, A Multi-protocol API Platform",
    "short_name": "FC",
    "oauth2": {
        "client_id": "829808831547-jlcq35kmp5hj71hr49dq5najgp2umhta.apps.googleusercontent.com",
        "scopes": [
            "email"
        ]
    },
    "version": "2.7.1",
    "manifest_version": 2,
    "description": "Firecamp offers dedicated GUI runtime, tools & services for various protocols & styles like HTTP\/Rest, GraphQL, WebSocket, MQTT etc",
    "browser_action": {
        "default_title": "Firecamp",
        "_default_popup": "popup.html"
    },
    "background": {
        "page": "background.html"
    },
    "permissions": [
        "http:\/\/*\/*",
        "https:\/\/*\/*",
        "contextMenus",
        "notifications",
        "identity",
        "cookies"
    ],
    "icons": {
        "16": "img\/fc\/16x16.png",
        "48": "img\/fc\/48x48.png",
        "128": "img\/fc\/128x128.png"
    },
    "content_security_policy": "default-src 'self' https:\/\/fonts.googleapis.com https:\/\/fonts.gstatic.com https:\/\/client.crisp.chat http:\/\/localhost:3000; frame-src 'self' data:; script-src 'self' https:\/\/ssl.google-analytics.com https:\/\/www.google-analytics.com http:\/\/localhost:8097 https:\/\/cdnjs.cloudflare.com https:\/\/client.crisp.chat https:\/\/settings.crisp.chat https:\/\/stats.pusher.com http:\/\/localhost:3000 https:\/\/localhost:3000 'self' 'unsafe-inline' 'unsafe-eval'; object-src 'self'; connect-src * http:\/\/localhost:3000 https:\/\/localhost:3000; style-src * 'unsafe-inline' 'self' blob:; img-src 'self' https:\/\/www.google-analytics.com https:\/\/stats.g.doubleclick.net https:\/\/www.google.com https:\/\/client.crisp.chat https:\/\/image.crisp.chat data:;"
}