Element Recorder

Element Recorder by Tricentis Flood

什么是Element Recorder?

Element Recorder是由https://www.flood.io开发的Chrome扩展程序,该扩展的主要功能是“Element Recorder by Tricentis Flood”。

扩展截图

screenshot

下载Element Recorder扩展crx文件

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

扩展使用说明

                        Element recorder makes it easy to record browser-based load tests by clicking around your application and then sending the script directly to Flood to run it as a load test.                    

扩展基本信息

名称 Element Recorder Element Recorder
ID ngccfbnakbbpfjafkkkpihkddocfcnff
官方URL https://chromewebstore.google.com/detail/element-recorder/ngccfbnakbbpfjafkkkpihkddocfcnff
简介 Element Recorder by Tricentis Flood
文件大小 386 KB
安装次数 144
当前版本 1.8.1
更新时间 2021-03-31
上架时间 2021-01-17
评分 5.00/5 共5次评分
开发者 https://www.flood.io
电子邮箱 [email protected]
付费类型 free
扩展官网 https://element.flood.io
帮助页面URL https://www.flood.io/support
隐私政策页面URL https://www.tricentis.com/legal-information/privacy-policy
支持的语言 en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Element Recorder",
    "description": "Element Recorder by Tricentis Flood",
    "version": "1.8.1",
    "browser_action": {
        "default_icon": "images\/Element-Logo.png"
    },
    "icons": {
        "64": "images\/Element-Logo.png"
    },
    "background": {
        "scripts": [
            "background.js"
        ]
    },
    "permissions": [
        "",
        "tabs",
        "cookies"
    ],
    "web_accessible_resources": [
        "popup.html"
    ]
}