Element Recorder

Element Recorder by Tricentis Flood

Element Recorder क्या है?

Element Recorder https://www.flood.io द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Element Recorder by Tricentis Flood"।

एक्सटेंशन स्क्रीनशॉट्स

screenshot

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में Element Recorder एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ 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
सहायता पृष्ठ 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"
    ]
}