WebExtension.net
WebExtension.net

Postman Interceptor

View on Chrome Web Store
View Postman Interceptor Chrome Extension on Chrome Web Store
4.3 (956 ratings)

Data is synced from the Chrome Web Store. View the official store page for the most current information.

Capture requests from any website and send them to Postman Client.
Type
Extension
Users
800,000 users
Website postman.com
Postman
View author page of Postman
Featured Extension

Hand-picked for quality and usefulness

Published
Published on February 11, 2014
Version 3.2.0
Manifest version
3
Updated
Updated on July 5, 2024
View on Chrome Web Store
View Postman Interceptor Chrome Extension on Chrome Web Store
productivity/developer
Extension Category
Website
Visit developer website

Extension Manifest

Copy manifest to clipboard
{
    "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"
    },
    "content_scripts": [
        {
            "matches": [
                "*:\/\/*.postman-beta.co\/*",
                "*:\/\/*.postman-stage.co\/*",
                "*:\/\/*.postman-preview.co\/*",
                "*:\/\/*.postman.co\/*"
            ],
            "js": [
                "content_script.js"
            ]
        }
    ],
    "background": {
        "service_worker": "background\/background.js",
        "type": "module"
    },
    "host_permissions": [
        "*:\/\/*\/**"
    ],
    "permissions": [
        "webRequest",
        "nativeMessaging",
        "storage",
        "cookies",
        "scripting",
        "tabs"
    ],
    "manifest_version": 3,
    "version": "3.2.0"
}
WebExtension.net

Track and analyze Chrome Web Store extensions with comprehensive analytics and insights.

© 2024 WebExtension.net. All rights reserved.
Disclaimer: WebExtension.net is not affiliated with Google or the Chrome Web Store. All product names, logos, and brands are property of their respective owners. All extension data is collected from publicly available sources.
Go to top