Uptime.com Transaction Recorder

Extension for recording browser interaction and generating transaction checks for the Uptime.com monitoring service

什么是Uptime.com Transaction Recorder?

Uptime.com Transaction Recorder是由https://uptime.com开发的Chrome扩展程序,该扩展的主要功能是“Extension for recording browser interaction and generating transaction checks for the Uptime.com monitoring service”。

扩展截图

screenshot
screenshot
screenshot

下载Uptime.com Transaction Recorder扩展crx文件

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

扩展使用说明

                        Record automated synthetic monitoring tests to validate real website flows, functions, interactions and page validations. This extension makes it easy to record browser interactions for generating transaction checks for the Uptime.com monitoring service. Ensure your site and services critical user flows are tested and functioning properly.

This Recorder helps simplify the creation of transaction Checks for your websites, recording clicks and general site navigation, to create check steps as you go. Users can also pause and add commands or validations manually to create a full recording of real user actions on their sites such as login flows, shopping cart checkouts, real page load performance and availability of simple to complex validation flows. 

Get a free trial with Uptime.com and try the Transaction Recorder at the following link: https://uptime.com/accounts/register                    

扩展基本信息

名称 Uptime.com Transaction Recorder Uptime.com Transaction Recorder
ID jiiejololhdhdhfefdaokjkgfpmdbiio
官方URL https://chromewebstore.google.com/detail/uptimecom-transaction-rec/jiiejololhdhdhfefdaokjkgfpmdbiio
简介 Extension for recording browser interaction and generating transaction checks for the Uptime.com monitoring service
文件大小 22.8 KB
安装次数 708
当前版本 2.0.0
更新时间 2024-02-09
上架时间 2020-06-30
评分 5.00/5 共6次评分
开发者 https://uptime.com
电子邮箱 [email protected]
付费类型 free
扩展官网 https://uptime.com
帮助页面URL https://support.uptime.com
隐私政策页面URL https://uptime.com/privacy-policy
支持的语言 en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "Uptime.com Transaction Recorder",
    "version": "2.0.0",
    "description": "Extension for recording browser interaction and generating transaction checks for the Uptime.com monitoring service",
    "permissions": [
        "activeTab",
        "webNavigation",
        "declarativeNetRequest",
        "scripting"
    ],
    "host_permissions": [
        ""
    ],
    "externally_connectable": {
        "matches": [
            "http:\/\/uptime.com\/*",
            "http:\/\/*.uptime.com\/*",
            "https:\/\/uptime.com\/*",
            "https:\/\/*.uptime.com\/*"
        ]
    },
    "background": {
        "service_worker": "background.js"
    },
    "declarative_net_request": {
        "rule_resources": [
            {
                "id": "strip_headers",
                "enabled": true,
                "path": "rules_strip_headers.json"
            }
        ]
    },
    "icons": {
        "16": "assets\/uptime_16.png",
        "32": "assets\/uptime_32.png",
        "48": "assets\/uptime_48.png",
        "128": "assets\/uptime_128.png"
    },
    "action": {
        "default_title": "Uptime.com Transaction Recorder",
        "default_icon": {
            "16": "assets\/uptime_16.png",
            "32": "assets\/uptime_32.png",
            "48": "assets\/uptime_48.png",
            "128": "assets\/uptime_128.png"
        }
    }
}