Postman Interceptor
Capture requests from any website and send them to Postman Client.
Postman Interceptor क्या है?
Postman Interceptor https://postman.com द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Capture requests from any website and send them to Postman Client."।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में Postman Interceptor एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।
एक्सटेंशन उपयोग निर्देश
Postman Interceptor helps you send requests which use browser cookies through the Postman app. It can also send headers which are normally restricted by Chrome but are critical for testing APIs. The Interceptor makes this process painless. Something that would have required a proxy earlier can now be achieved without any installation steps or extra configuration.
एक्सटेंशन की मूल जानकारी
नाम | Postman Interceptor |
ID | aicmkgpgakddgnaphhhpliifpcfhicfo |
आधिकारिक URL | https://chromewebstore.google.com/detail/postman-interceptor/aicmkgpgakddgnaphhhpliifpcfhicfo |
विवरण | Capture requests from any website and send them to Postman Client. |
फ़ाइल का आकार | 459 KB |
स्थापना संख्या | 800,000 |
वर्तमान संस्करण | 3.0.5 |
अंतिम अपडेट | 2024-01-05 |
प्रकाशन तिथि | 2020-06-18 |
रेटिंग | 4.32/5 कुल 948 रेटिंग्स |
डेवलपर | https://postman.com |
ईमेल | [email protected] |
भुगतान के प्रकार | free |
एक्सटेंशन वेबसाइट | http://www.postman.com |
सहायता पृष्ठ URL | https://github.com/postmanlabs/postman-app-support/issues |
गोपनीयता नीति पृष्ठ URL | https://www.getpostman.com/licenses/privacy |
समर्थित भाषाएँ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Postman Interceptor", "description": "Capture requests from any website and send them to Postman Client.", "icons": { "16": "assets\/interceptor_16x16.png", "32": "assets\/interceptor_32x32.png", "48": "assets\/interceptor_48x48.png", "128": "assets\/interceptor_128x128.png" }, "action": { "default_title": "Postman Interceptor", "default_icon": "assets\/interceptor_48x48.png", "default_popup": "html\/index.html" }, "background": { "service_worker": "background\/background.js", "type": "module" }, "host_permissions": [ "*:\/\/*\/**" ], "permissions": [ "webRequest", "nativeMessaging", "storage", "cookies" ], "manifest_version": 3, "version": "3.0.5" } |