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 مع الأصدقاء لتثبيت الامتدادات بسهولة.

تعليمات استخدام التمديد

                        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
عنوان صفحة المساعدة https://www.flood.io/support
عنوان صفحة سياسة الخصوصية 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"
    ]
}