CloudWatch Synthetics Recorder

Record user actions and generate CloudWatch Synthetics Canary scripts.

什么是CloudWatch Synthetics Recorder?

CloudWatch Synthetics Recorder是由CloudWatch Synthetics开发的Chrome扩展程序,该扩展的主要功能是“Record user actions and generate CloudWatch Synthetics Canary scripts.”。

扩展截图

screenshot
screenshot
screenshot
screenshot
screenshot

下载CloudWatch Synthetics Recorder扩展crx文件

下载CloudWatch Synthetics Recorder扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。

扩展使用说明

                        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).                    

扩展基本信息

名称 CloudWatch Synthetics Recorder CloudWatch Synthetics Recorder
ID bhdnlmmgiplmbcdmkkdfplenecpegfno
官方URL https://chromewebstore.google.com/detail/cloudwatch-synthetics-rec/bhdnlmmgiplmbcdmkkdfplenecpegfno
简介 Record user actions and generate CloudWatch Synthetics Canary scripts.
文件大小 971 KB
安装次数 4,841
当前版本 0.0.2
更新时间 2020-11-02
上架时间 2020-11-02
评分 3.40/5 共5次评分
开发者 CloudWatch Synthetics
电子邮箱 [email protected]
付费类型 free
扩展官网 https://docs.aws.amazon.com/AmazonCloudWatch/latest/monitoring/CloudWatch_Synthetics_Canaries.html
支持的语言 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
    }
}