Apifox Browser Extension
API 文档、API 调试、API Mock、API 自动化测试
What is Apifox Browser Extension?
Apifox Browser Extension is a Chrome extension developed by https://apifox.com, and its main feature is "API 文档、API 调试、API Mock、API 自动化测试".
Extension Screenshots
Download Apifox Browser Extension Extension CRX File
Download Apifox Browser Extension 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
Apifox 是 API 文档、API 调试、API Mock、API 自动化测试一体化协作平台,定位 Postman + Swagger + Mock + JMeter。通过一套系统、一份数据,解决多个系统之间的数据同步问题。API 文档和 API 开发调试使用同一个工具,API 调试完成后即可保证和 API 文档定义完全一致。让开发协作更高效、及时、准确!(Apifox Browser Extension 浏览器扩展用于 https://apifox.com 的 Web 版 API 接口调试。) 可视化 API 设计 - 规范化 API 文档,高效便捷 - 支持数据模型,接口之间可以复用相同数据结构 - 在线分享协作 - 支持导入 Swagger 等 20+ 数据格式 API 调试 - 基于 API 文档一键调试 - 自动校验饭户口数据结构的正确性 - 快速创建接口用例 - 全面兼容 Postman 功能和脚本语法 API 自动化测试 - 可视化编排测试步骤 - API 文档基础上,一键导入,实时同步 - 可视化添加断言,支持读写数据库 - 支持 CI/CD 持续集成 零配置 Mock 数据 - 无需手写 Mock 规则 - API 变更后 Mock 数据实时同步变更 - 支持根据请求参数返回不同结果 - 内置 Mock.js 规则引擎 - 支持自定义脚本 Mock
Extension Basic Information
Name | Apifox Browser Extension |
ID | eggdlmopfankeonchoflhfoglaakobma |
Official URL | https://chromewebstore.google.com/detail/apifox-browser-extension/eggdlmopfankeonchoflhfoglaakobma |
Description | API 文档、API 调试、API Mock、API 自动化测试 |
File Size | 28.39 KB |
Installation Count | 24,591 |
Current Version | 1.0.9 |
Last Updated | 2023-12-08 |
Publish Date | 2022-10-18 |
Rating | 4.20/5 Total 5 Ratings |
Developer | https://apifox.com |
[email protected] | |
Payment Type | free |
Extension Website | https://apifox.com/ |
Help Page URL | https://apifox.com/help |
Privacy Policy Page URL | https://cdn.apifox.cn/www/assets/agreement/Apifox%E9%9A%90%E7%A7%81%E5%8D%8F%E8%AE%AE.pdf |
Supported Languages | zh-CN |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Apifox Browser Extension", "description": "API \u6587\u6863\u3001API \u8c03\u8bd5\u3001API Mock\u3001API \u81ea\u52a8\u5316\u6d4b\u8bd5", "version": "1.0.9", "manifest_version": 3, "icons": { "96": "logo-96.png", "128": "logo-128.png" }, "permissions": [], "host_permissions": [ "*:\/\/*\/" ], "background": { "service_worker": "background.js" }, "action": { "default_title": "Apifox", "default_icon": "logo-96.png" }, "web_accessible_resources": [ { "matches": [ "*:\/\/*\/*" ], "resources": [ "adapter.js" ] } ], "content_scripts": [ { "matches": [ "*:\/\/*\/*" ], "js": [ "runtime.js" ] } ] } |