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
公式URL 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
Eメール [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"
    ]
}