Element Recorder

Element Recorder by Tricentis Flood

Apa itu Element Recorder?

Element Recorder adalah ekstensi Chrome yang dikembangkan oleh https://www.flood.io, dan fitur utamanya adalah "Element Recorder by Tricentis Flood".

Screenshot Ekstensi

screenshot

Unduh Berkas CRX Ekstensi Element Recorder

Unduh file ekstensi Element Recorder dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.

Petunjuk Penggunaan Ekstensi

                        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.                    

Informasi Dasar Ekstensi

Nama Element Recorder Element Recorder
ID ngccfbnakbbpfjafkkkpihkddocfcnff
URL Resmi https://chromewebstore.google.com/detail/element-recorder/ngccfbnakbbpfjafkkkpihkddocfcnff
Deskripsi Element Recorder by Tricentis Flood
Ukuran File 386 KB
Jumlah Instalasi 144
Versi Saat Ini 1.8.1
Terakhir Diperbarui 2021-03-31
Tanggal Publikasi 2021-01-17
Penilaian 5.00/5 Total 5 Penilaian
Pengembang https://www.flood.io
Email [email protected]
Tipe Pembayaran free
Situs Ekstensi https://element.flood.io
URL Halaman Bantuan https://www.flood.io/support
URL Halaman Kebijakan Privasi https://www.tricentis.com/legal-information/privacy-policy
Bahasa yang Didukung 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"
    ]
}