APIZZA Send Request Plugins

APIZZA is a powerful API management platform

What is APIZZA Send Request Plugins?

APIZZA Send Request Plugins is a Chrome extension developed by https://apizza.net, and its main feature is "APIZZA is a powerful API management platform".

Extension Screenshots

screenshot

Download APIZZA Send Request Plugins Extension CRX File

Download APIZZA Send Request Plugins extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        # 2.2.0 版本上线
修复header不能包含冒号的BUG

# 2.1.1 版本上线
发送请求参数支持动态表达式
重构底层的发送请求结构

# APIZZA 简介
APIZZA 是极客专属的接口Api管理平台,结合了Postman、Swagger等API管理与测试产品的优点,并且提供更为强大的团队协作功能。                    

Extension Basic Information

Name APIZZA Send Request Plugins APIZZA Send Request Plugins
ID gahjcfmabepcnfmfanjhcobdaalgpjoh
Official URL https://chromewebstore.google.com/detail/apizza-send-request-plugi/gahjcfmabepcnfmfanjhcobdaalgpjoh
Description APIZZA is a powerful API management platform
File Size 165 KB
Installation Count 9,000
Current Version 2.2.0
Last Updated 2021-06-08
Publish Date 2020-08-04
Rating 4.00/5 Total 4 Ratings
Developer https://apizza.net
Email [email protected]
Payment Type free
Supported Languages zh-CN
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "APIZZA Send Request Plugins",
    "short_name": "APIZZA SQ",
    "description": "APIZZA is a powerful API management platform",
    "icons": {
        "16": "assets\/icons\/24x24.png",
        "48": "assets\/icons\/72x72.png",
        "128": "assets\/icons\/114x114.png"
    },
    "manifest_version": 2,
    "version": "2.2.0",
    "background": {
        "scripts": [
            ".\/background.js"
        ],
        "persistent": true
    },
    "browser_action": {
        "default_title": "\u70b9\u51fb\u8fdb\u5165apizza\u5b98\u7f51",
        "default_icon": {
            "19": "assets\/icons\/24x24.png",
            "38": "assets\/icons\/72x72.png"
        }
    },
    "content_scripts": [
        {
            "all_frames": false,
            "css": [
                "assets\/css\/styles.css"
            ],
            "js": [
                ".\/contentScripts.js"
            ],
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ],
            "run_at": "document_end"
        }
    ],
    "permissions": [
        "webRequest",
        "webRequestBlocking",
        ""
    ],
    "content_security_policy": "script-src 'self' 'unsafe-eval'; object-src 'self'"
}