Element Recorder

Element Recorder by Tricentis Flood

Element Recorderคืออะไร?

Element Recorder เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://www.flood.io และคุณลักษณะหลักของมันคือ "Element Recorder by Tricentis Flood"

ภาพหน้าจอของส่วนขยาย

screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Element Recorder

ดาวน์โหลดไฟล์ส่วนขยาย 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
อีเมล [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"
    ]
}