Element Recorder

Element Recorder by Tricentis Flood

Element Recorder là gì?

Element Recorder là một tiện ích mở rộng Chrome được phát triển bởi https://www.flood.io, và tính năng chính của nó là "Element Recorder by Tricentis Flood".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot

Tải xuống tệp CRX của tiện ích mở rộng Element Recorder

Tải xuống các tệp mở rộng Element Recorder dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        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.                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên Element Recorder Element Recorder
ID ngccfbnakbbpfjafkkkpihkddocfcnff
URL Chính Thức https://chromewebstore.google.com/detail/element-recorder/ngccfbnakbbpfjafkkkpihkddocfcnff
Mô tả Element Recorder by Tricentis Flood
Kích Thước Tệp 386 KB
Số Lần Cài Đặt 144
Phiên Bản Hiện Tại 1.8.1
Cập Nhật Lần Cuối 2021-03-31
Ngày Phát Hành 2021-01-17
Đánh Giá 5.00/5 Tổng số 5 Đánh Giá
Nhà Phát Triển https://www.flood.io
Email [email protected]
Loại Thanh Toán free
Trang Web Mở Rộng https://element.flood.io
URL Trang Trợ Giúp https://www.flood.io/support
URL Trang Chính Sách Bảo Mật https://www.tricentis.com/legal-information/privacy-policy
Ngôn Ngữ Được Hỗ Trợ 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"
    ]
}