Postman Interceptor

Capture requests from any website and send them to Postman Client.

Wat is Postman Interceptor?

Postman Interceptor is een Chrome-extensie ontwikkeld door https://postman.com, en de belangrijkste functie is "Capture requests from any website and send them to Postman Client.".

Extensie Screenshots

screenshot
screenshot
screenshot

Download het CRX-bestand van de extensie Postman Interceptor

Download Postman Interceptor-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

                        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.                    

Basisinformatie over de Extensie

Naam Postman Interceptor Postman Interceptor
ID aicmkgpgakddgnaphhhpliifpcfhicfo
Officiële URL https://chromewebstore.google.com/detail/postman-interceptor/aicmkgpgakddgnaphhhpliifpcfhicfo
Beschrijving Capture requests from any website and send them to Postman Client.
Bestandsgrootte 459 KB
Aantal Installaties 800,000
Huidige Versie 3.0.5
Laatst Bijgewerkt 2024-01-05
Publicatiedatum 2020-06-18
Beoordeling 4.32/5 Totaal 948 Beoordelingen
Ontwikkelaar https://postman.com
E-mail [email protected]
Betalingswijze free
Extensiewebsite http://www.postman.com
Help Pagina-URL https://github.com/postmanlabs/postman-app-support/issues
URL van de Privacybeleid Pagina https://www.getpostman.com/licenses/privacy
Ondersteunde Talen 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"
}