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 είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον 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 της επέκτασης TestMate screen recorder

Λήψη αρχείων επέκτασης TestMate screen recorder σε μορφή crx, εγκατάσταση των επεκτάσεων Chrome μη αυτόματα στον περιηγητή ή κοινοποίηση των αρχείων crx με φίλους για εύκολη εγκατάσταση των επεκτάσεων Chrome.

Οδηγίες Χρήσης της Επέκτασης

                        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\/*"
    ]
}