Postman Interceptor
Capture requests from any website and send them to Postman Client.
Co je Postman Interceptor?
Postman Interceptor je rozšíření Chrome vyvinuté https://postman.com, a jeho hlavní funkcí je „Capture requests from any website and send them to Postman Client.“.
Snímky obrazovky rozšíření
Stáhnout soubor CRX rozšíření Postman Interceptor
Stáhněte si soubory rozšíření Postman Interceptor ve formátu crx, ručně nainstalujte rozšíření Chrome do prohlížeče nebo sdílejte soubory crx s přáteli, abyste jednoduše nainstalovali rozšíření Chrome.
Pokyny pro Použití Rozšíření
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.
Základní Informace o Rozšíření
Název | Postman Interceptor |
ID | aicmkgpgakddgnaphhhpliifpcfhicfo |
Oficiální URL | https://chromewebstore.google.com/detail/postman-interceptor/aicmkgpgakddgnaphhhpliifpcfhicfo |
Popis | Capture requests from any website and send them to Postman Client. |
Velikost souboru | 459 KB |
Počet instalací | 800,000 |
Aktuální Verze | 3.0.5 |
Poslední Aktualizace | 2024-01-05 |
Datum Vydání | 2020-06-18 |
Hodnocení | 4.32/5 Celkem 948 Hodnocení |
Vývojář | https://postman.com |
[email protected] | |
Typ Platby | free |
Webové stránky Rozšíření | http://www.postman.com |
URL Stránky Nápovědy | https://github.com/postmanlabs/postman-app-support/issues |
URL Stránky Zásad Ochrany Soukromí | https://www.getpostman.com/licenses/privacy |
Podporované Jazyky | 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" } |