Element Recorder

Element Recorder by Tricentis Flood

Vad är Element Recorder?

Element Recorder är en Chrome-tillägg utvecklad av https://www.flood.io, och dess huvudfunktion är "Element Recorder by Tricentis Flood".

Tilläggsskärmbilder

screenshot

Ladda ner Element Recorder-förlängningens CRX-fil

Ladda ner Element Recorder-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.

Användarmanual för Tillägg

                        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.                    

Grundläggande Information om Tillägg

Namn Element Recorder Element Recorder
ID ngccfbnakbbpfjafkkkpihkddocfcnff
Officiell webbadress https://chromewebstore.google.com/detail/element-recorder/ngccfbnakbbpfjafkkkpihkddocfcnff
Beskrivning Element Recorder by Tricentis Flood
Filstorlek 386 KB
Antal Installationer 144
Aktuell Version 1.8.1
Senast Uppdaterad 2021-03-31
Publiceringsdatum 2021-01-17
Betyg 5.00/5 Totalt 5 Betyg
Utvecklare https://www.flood.io
E-post [email protected]
Betalningssätt free
Tilläggswebbplats https://element.flood.io
Hjälpsida URL https://www.flood.io/support
URL till Sekretesspolicy Sidan https://www.tricentis.com/legal-information/privacy-policy
Stödda Språk 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"
    ]
}