Element Recorder

Element Recorder by Tricentis Flood

什麼是Element Recorder?

Element Recorder是由https://www.flood.io開發的Chrome擴展程式,該擴展的主要功能是“Element Recorder by Tricentis Flood”。

擴展截圖

screenshot

下載Element Recorder擴展crx文件

下載Element Recorder擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。

擴展使用說明

                        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.                    

擴展基本資訊

名稱 Element Recorder Element Recorder
ID ngccfbnakbbpfjafkkkpihkddocfcnff
官方網址 https://chromewebstore.google.com/detail/element-recorder/ngccfbnakbbpfjafkkkpihkddocfcnff
簡介 Element Recorder by Tricentis Flood
檔案大小 386 KB
安裝次數 144
目前版本 1.8.1
更新時間 2021-03-31
上架時間 2021-01-17
評分 5.00/5 共 5 次評分
開發者 https://www.flood.io
電子郵箱 [email protected]
付費類型 free
擴展官網 https://element.flood.io
說明頁面URL https://www.flood.io/support
隱私政策頁面URL https://www.tricentis.com/legal-information/privacy-policy
支援的語言 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"
    ]
}