CloudWatch Synthetics Recorder

Record user actions and generate CloudWatch Synthetics Canary scripts.

CloudWatch Synthetics Recorder là gì?

CloudWatch Synthetics Recorder là một tiện ích mở rộng Chrome được phát triển bởi CloudWatch Synthetics, và tính năng chính của nó là "Record user actions and generate CloudWatch Synthetics Canary scripts.".

Ả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 CloudWatch Synthetics Recorder

Tải xuống các tệp mở rộng CloudWatch Synthetics Recorder 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

                        Use the CloudWatch Synthetics Recorder extension to automatically record the type and click actions that you take on your web site and convert these actions to a Node.js script. You can then use the script to create a canary in Amazon Cloudwatch Synthetics.
 
CloudWatch Synthetics canaries are configurable scripts that run on a schedule to monitor your endpoints and APIs. Canaries can follow the same routes and perform the same actions as a customer, which makes it possible for you to continually verify your customer experience even when you don't have any customer traffic on your applications.
 
For more information about CloudWatch Synthetics, see https://docs.aws.amazon.com/AmazonCloudWatch/latest/monitoring/CloudWatch_Synthetics_Canaries.html. 
 
By installing or using this extension, you agree that your installation and use of this extension is governed by https://aws.amazon.com/agreement/ or other agreement between you and AWS governing your use of our services.

Credits: CloudWatch Synthetics Recorder is based on the Headless recorder(https://github.com/checkly/headless-recorder).                    

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

Tên CloudWatch Synthetics Recorder CloudWatch Synthetics Recorder
ID bhdnlmmgiplmbcdmkkdfplenecpegfno
URL Chính Thức https://chromewebstore.google.com/detail/cloudwatch-synthetics-rec/bhdnlmmgiplmbcdmkkdfplenecpegfno
Mô tả Record user actions and generate CloudWatch Synthetics Canary scripts.
Kích Thước Tệp 971 KB
Số Lần Cài Đặt 4,841
Phiên Bản Hiện Tại 0.0.2
Cập Nhật Lần Cuối 2020-11-02
Ngày Phát Hành 2020-11-02
Đánh Giá 3.40/5 Tổng số 5 Đánh Giá
Nhà Phát Triển CloudWatch Synthetics
Email [email protected]
Loại Thanh Toán free
Trang Web Mở Rộng https://docs.aws.amazon.com/AmazonCloudWatch/latest/monitoring/CloudWatch_Synthetics_Canaries.html
Ngôn Ngữ Được Hỗ Trợ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "CloudWatch Synthetics Recorder",
    "version": "0.0.2",
    "manifest_version": 2,
    "description": "Record user actions and generate CloudWatch Synthetics Canary scripts.",
    "permissions": [
        "storage",
        "webNavigation",
        "activeTab",
        ""
    ],
    "icons": {
        "16": "images\/16x16-orangebot.png",
        "48": "images\/48x48-orangebot.png",
        "128": "images\/128x128-orangebot.png"
    },
    "content_security_policy": "script-src 'self' 'unsafe-eval'; object-src 'self'",
    "browser_action": {
        "default_icon": "images\/128x128-orangebot.png",
        "default_title": "Cloudwatch Synthetics Recorder",
        "default_popup": "index.html"
    },
    "web_accessible_resources": [
        "images\/product-icon-16.png"
    ],
    "background": {
        "scripts": [
            "background.js"
        ],
        "persistent": false
    }
}