Element Recorder

Element Recorder by Tricentis Flood

Cos'è Element Recorder?

Element Recorder è un'estensione di Chrome sviluppata da https://www.flood.io, e la sua funzione principale è "Element Recorder by Tricentis Flood".

Screenshot dell'Estensione

screenshot

Scarica il file CRX dell'estensione Element Recorder

Scarica i file di estensione Element Recorder in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

                        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.                    

Informazioni di Base sull'Estensione

Nome Element Recorder Element Recorder
ID ngccfbnakbbpfjafkkkpihkddocfcnff
URL Ufficiale https://chromewebstore.google.com/detail/element-recorder/ngccfbnakbbpfjafkkkpihkddocfcnff
Descrizione Element Recorder by Tricentis Flood
Dimensione del File 386 KB
Conteggio Installazioni 144
Versione Corrente 1.8.1
Ultimo Aggiornamento 2021-03-31
Data di Pubblicazione 2021-01-17
Valutazione 5.00/5 Totale 5 Valutazioni
Sviluppatore https://www.flood.io
Email [email protected]
Tipo di Pagamento free
Sito Web dell'Estensione https://element.flood.io
URL della Pagina di Aiuto https://www.flood.io/support
URL della Pagina della Politica sulla Privacy https://www.tricentis.com/legal-information/privacy-policy
Lingue Supportate 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"
    ]
}