Postman Interceptor
Capture requests from any website and send them to Postman Client.
Cos'è Postman Interceptor?
Postman Interceptor è un'estensione di Chrome sviluppata da https://postman.com, e la sua funzione principale è "Capture requests from any website and send them to Postman Client.".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione Postman Interceptor
Scarica i file di estensione Postman Interceptor in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.
Istruzioni per l'Uso dell'Estensione
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.
Informazioni di Base sull'Estensione
Nome | Postman Interceptor |
ID | aicmkgpgakddgnaphhhpliifpcfhicfo |
URL Ufficiale | https://chromewebstore.google.com/detail/postman-interceptor/aicmkgpgakddgnaphhhpliifpcfhicfo |
Descrizione | Capture requests from any website and send them to Postman Client. |
Dimensione del File | 459 KB |
Conteggio Installazioni | 800,000 |
Versione Corrente | 3.0.5 |
Ultimo Aggiornamento | 2024-01-05 |
Data di Pubblicazione | 2020-06-18 |
Valutazione | 4.32/5 Totale 948 Valutazioni |
Sviluppatore | https://postman.com |
[email protected] | |
Tipo di Pagamento | free |
Sito Web dell'Estensione | http://www.postman.com |
URL della Pagina di Aiuto | https://github.com/postmanlabs/postman-app-support/issues |
URL della Pagina della Politica sulla Privacy | https://www.getpostman.com/licenses/privacy |
Lingue Supportate | 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" } |