Apidog Browser Extension

All-in-One workspace for API Design, Documentation, Debug, Mock, Test.

Apidog Browser Extension là gì?

Apidog Browser Extension là một tiện ích mở rộng Chrome được phát triển bởi https://apidog.com, và tính năng chính của nó là "All-in-One workspace for API Design, Documentation, Debug, Mock, Test.".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot
screenshot
screenshot
screenshot
screenshot

Tải xuống tệp CRX của tiện ích mở rộng Apidog Browser Extension

Tải xuống các tệp mở rộng Apidog Browser Extension dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        The Main Function of Apidog:
Apidog is a powerful API development tool that connects everyone involved in the API development process. With Apidog, you can design and debug APIs faster and more efficiently, while generating documentation, mock data, and tests automatically.

1. Design
Apidog's powerful visual editor allows you to design APIs with ease. Requests and responses can refer to schemas, and JSON, XML, and SQL data structures can be recognized in request and response definitions. You can define and re-use schemas that follow the OpenAPI Specification, and generate response examples in one click.
2. Debug
Apidog allows you to send all kinds of HTTP requests while designing APIs, and generates request parameters from dynamic values. Responses can be automatically verified according to the API definition while requests are sent.
3. Test
APIs designed in Apidog can be imported into test cases, and assertions can be added visually. You can use SQL to get test data or set assertion conditions, and run test cases in the command line or integrate with Jenkins.
4. Doc & Mock
Apidog generates documentation and mock data automatically without the need for scripts. Mock data is generated according to field definitions like enum, length, min/max, and multiple mock expectations can be added according to different request parameters. You can also host a cloud mock server for API users with one click.

In summary, Apidog is the ultimate API development tool, helping you design and debug APIs faster and more efficiently while generating documentation, mock data, and tests automatically. With its powerful features and intuitive interface, Apidog connects everyone involved in API development and streamlines the development process.

The Benefits of Using Apidog Extension:
1. Ease of use: Apidog provides an intuitive and easy-to-navigate user interface, allowing API designers to easily create, maintain, and share API documentation and specifications.
2. Efficiency: Apidog's workflow can greatly improve the productivity of API designers. It reduces manual operations and minimizes the possibility of errors by using templates and automation features.
3. Scalability: With Apidog, you can easily create APIs in various formats, including JSON, YAML, and Markdown, making it highly scalable for different projects.
4. Collaboration: Apidog supports team collaboration, allowing you to invite colleagues or clients to work on documents and maintain consistency throughout the API development process.
5. Security: Apidog provides a range of security mechanisms, including authentication, permission control, and encryption, to protect your data and API designs.                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên Apidog Browser Extension Apidog Browser Extension
ID dmhljjnonlhapikmelaefohecogokhio
URL Chính Thức https://chromewebstore.google.com/detail/apidog-browser-extension/dmhljjnonlhapikmelaefohecogokhio
Mô tả All-in-One workspace for API Design, Documentation, Debug, Mock, Test.
Kích Thước Tệp 24.4 KB
Số Lần Cài Đặt 2,622
Phiên Bản Hiện Tại 1.0.9
Cập Nhật Lần Cuối 2023-12-11
Ngày Phát Hành 2022-10-09
Đánh Giá 5.00/5 Tổng số 1 Đánh Giá
Nhà Phát Triển https://apidog.com
Email [email protected]
Loại Thanh Toán free
Trang Web Mở Rộng https://www.apidog.com/
URL Trang Trợ Giúp https://help.apidog.com/
URL Trang Chính Sách Bảo Mật https://help.apidog.com/terms-conditions/privacy-policy
Ngôn Ngữ Được Hỗ Trợ en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Apidog Browser Extension",
    "description": "All-in-One workspace for API Design, Documentation, Debug, Mock, Test.",
    "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": "Apidog",
        "default_icon": "logo-128.png"
    },
    "web_accessible_resources": [
        {
            "matches": [
                "*:\/\/*\/*"
            ],
            "resources": [
                "adapter.js"
            ]
        }
    ],
    "content_scripts": [
        {
            "matches": [
                "*:\/\/*\/*"
            ],
            "js": [
                "runtime.js"
            ]
        }
    ]
}