Alibaba Cloud PTS录制器

通过录制HTTP流量,快速生成测试脚本,支持阿里云PTS和Apache JMeter

Alibaba Cloud PTS录制器 là gì?

Alibaba Cloud PTS录制器 là một tiện ích mở rộng Chrome được phát triển bởi pts_aliyun, và tính năng chính của nó là "通过录制HTTP流量,快速生成测试脚本,支持阿里云PTS和Apache JMeter".

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

screenshot
screenshot
screenshot

Tải xuống tệp CRX của tiện ích mở rộng Alibaba Cloud PTS录制器

Tải xuống các tệp mở rộng Alibaba Cloud PTS录制器 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

                        PTS录制器插件会记录浏览器中的HTTP、HTTPS请求和响应信息,自动转换为JMeter脚本。同时支持创建PTS压测场景,在pts.aliyun.com,您可以一键开启压测,大大节省构建测试场景的时间。                    

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

Tên Alibaba Cloud PTS录制器 Alibaba Cloud PTS录制器
ID noonnhdncblnaknhoebaglpcihelliff
URL Chính Thức https://chromewebstore.google.com/detail/alibaba-cloud-pts%E5%BD%95%E5%88%B6%E5%99%A8/noonnhdncblnaknhoebaglpcihelliff
Mô tả 通过录制HTTP流量,快速生成测试脚本,支持阿里云PTS和Apache JMeter
Kích Thước Tệp 384 KB
Số Lần Cài Đặt 117
Phiên Bản Hiện Tại 0.0.26
Cập Nhật Lần Cuối 2022-01-15
Ngày Phát Hành 2022-01-15
Đánh Giá 5.00/5 Tổng số 1 Đánh Giá
Nhà Phát Triển pts_aliyun
Email [email protected]
Loại Thanh Toán free
Trang Web Mở Rộng https://www.aliyun.com/product/pts
Ngôn Ngữ Được Hỗ Trợ zh-CN
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Alibaba Cloud PTS\u5f55\u5236\u5668",
    "version": "0.0.26",
    "description": "\u901a\u8fc7\u5f55\u5236HTTP\u6d41\u91cf\uff0c\u5feb\u901f\u751f\u6210\u6d4b\u8bd5\u811a\u672c\uff0c\u652f\u6301\u963f\u91cc\u4e91PTS\u548cApache JMeter",
    "author": "[email protected]",
    "icons": {
        "128": "images\/PTS.png"
    },
    "content_security_policy": "script-src 'self' https:\/\/dev.g.alicdn.com https:\/\/g.alicdn.com https:\/\/d.alicdn.com https:\/\/log.mmstat.com; object-src 'self'",
    "permissions": [
        "http:\/\/*\/",
        "https:\/\/*\/",
        "webRequest",
        "webRequestBlocking",
        "tabs",
        "cookies",
        "notifications"
    ],
    "background": {
        "page": "background.html",
        "persistent": true
    },
    "browser_action": {
        "default_icon": {
            "19": "images\/PTS.png",
            "38": "images\/PTS.png"
        },
        "default_popup": "index.html"
    },
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                ".\/content.js"
            ],
            "run_at": "document_start",
            "all_frames": true,
            "exclude_matches": [
                "*:\/\/*.aliyun.com\/*"
            ]
        },
        {
            "matches": [
                "https:\/\/pts.console.aliyun.com\/*"
            ],
            "all_frames": true,
            "js": [
                ".\/ptscontent.js"
            ],
            "run_at": "document_start"
        }
    ],
    "web_accessible_resources": [
        "pagescript.js",
        "ptspagescript.js"
    ]
}