Element Recorder

Element Recorder by Tricentis Flood

What is Element Recorder?

Element Recorder is a Chrome extension developed by https://www.flood.io, and its main feature is "Element Recorder by Tricentis Flood".

Extension Screenshots

screenshot

Download Element Recorder Extension CRX File

Download Element Recorder extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        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.                    

Extension Basic Information

Name Element Recorder Element Recorder
ID ngccfbnakbbpfjafkkkpihkddocfcnff
Official URL https://chromewebstore.google.com/detail/element-recorder/ngccfbnakbbpfjafkkkpihkddocfcnff
Description Element Recorder by Tricentis Flood
File Size 386 KB
Installation Count 144
Current Version 1.8.1
Last Updated 2021-03-31
Publish Date 2021-01-17
Rating 5.00/5 Total 5 Ratings
Developer https://www.flood.io
Email [email protected]
Payment Type free
Extension Website https://element.flood.io
Help Page URL https://www.flood.io/support
Privacy Policy Page URL https://www.tricentis.com/legal-information/privacy-policy
Supported Languages 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"
    ]
}