Apifox Browser Extension
API 文档、API 调试、API Mock、API 自动化测试
Qu'est-ce que Apifox Browser Extension ?
Apifox Browser Extension est une extension Chrome développée par https://apifox.com, et sa fonction principale est "API 文档、API 调试、API Mock、API 自动化测试".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension Apifox Browser Extension
Téléchargez les fichiers d'extension Apifox Browser Extension au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.
Instructions d'Utilisation de l'Extension
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
Informations de Base sur l'Extension
Nom | Apifox Browser Extension |
ID | eggdlmopfankeonchoflhfoglaakobma |
URL Officiel | https://chromewebstore.google.com/detail/apifox-browser-extension/eggdlmopfankeonchoflhfoglaakobma |
Description | API 文档、API 调试、API Mock、API 自动化测试 |
Taille du Fichier | 28.39 KB |
Nombre d'Installations | 24,591 |
Version Actuelle | 1.0.9 |
Dernière Mise à Jour | 2023-12-08 |
Date de Publication | 2022-10-18 |
Évaluation | 4.20/5 Total 5 Évaluations |
Développeur | https://apifox.com |
[email protected] | |
Type de Paiement | free |
Site Web de l'Extension | https://apifox.com/ |
URL de la Page d'Aide | https://apifox.com/help |
URL de la Page de Politique de Confidentialité | https://cdn.apifox.cn/www/assets/agreement/Apifox%E9%9A%90%E7%A7%81%E5%8D%8F%E8%AE%AE.pdf |
Langues Prises en Charge | 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" ] } ] } |