TestMate screen recorder

Testmate screen recorder allows testers to record and upload their user testing video to our portal in a fast and easy way

TestMate screen recorder क्या है?

TestMate screen recorder TestMate द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Testmate screen recorder allows testers to record and upload their user testing video to our portal in a fast and easy way"।

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

screenshot

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

crx प्रारूप में TestMate screen recorder एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।

एक्सटेंशन उपयोग निर्देश

                        This extension is for TestMate testers to be able to record and upload their videos.                    

एक्सटेंशन की मूल जानकारी

नाम TestMate screen recorder TestMate screen recorder
ID ljgajnigbmhdnfpmobjdbfdphgjkoooc
आधिकारिक URL https://chromewebstore.google.com/detail/testmate-screen-recorder/ljgajnigbmhdnfpmobjdbfdphgjkoooc
विवरण Testmate screen recorder allows testers to record and upload their user testing video to our portal in a fast and easy way
फ़ाइल का आकार 495 KB
स्थापना संख्या 35
वर्तमान संस्करण 1.3
अंतिम अपडेट 2020-11-12
प्रकाशन तिथि 2020-09-01
रेटिंग 5.00/5 कुल 3 रेटिंग्स
डेवलपर TestMate
ईमेल [email protected]
भुगतान के प्रकार free
एक्सटेंशन वेबसाइट https://www.testmate.com.au/
सहायता पृष्ठ URL https://www.testmate.com.au/
गोपनीयता नीति पृष्ठ URL https://www.testmate.com.au/terms
समर्थित भाषाएँ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "TestMate screen recorder",
    "version": "1.3",
    "description": "Testmate screen recorder allows testers to record and upload their user testing video to our portal in a fast and easy way",
    "permissions": [
        "desktopCapture",
        "notifications",
        "storage",
        "contentSettings",
        "activeTab"
    ],
    "browser_action": {
        "default_icon": "icons\/icon_128.png",
        "default_popup": "html\/popup.html",
        "default_title": "testmate screen recorder Extension"
    },
    "icons": {
        "128": "icons\/icon_128.png",
        "48": "icons\/icon_48.png",
        "32": "icons\/icon_32.png",
        "24": "icons\/icon_24.png",
        "16": "icons\/icon_16.png"
    },
    "content_security_policy": "script-src 'self' 'unsafe-eval'; object-src 'self'",
    "background": {
        "scripts": [
            "js\/jquery.js",
            "backgrounds\/EBML.js",
            "backgrounds\/background.js",
            "backgrounds\/RecordRTC.js",
            "backgrounds\/background_badgeText.js",
            "backgrounds\/background_common.js",
            "backgrounds\/background_stream.js",
            "libs\/MediaStreamRecorder.js",
            "backgrounds\/background_getUserMedia.js",
            "libs\/MultiStreamRecorder.js",
            "libs\/MultiStreamsMixer.js",
            "libs\/aws-sdk-2.357.0.min.js",
            "js\/consts.js",
            "js\/aws.js",
            "js\/upload.js",
            "backgrounds\/DiskStorage.js"
        ]
    },
    "manifest_version": 2,
    "web_accessible_resources": [
        "images\/*",
        "css\/*",
        "html\/*"
    ]
}