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によって開発されたChromeの拡張機能で、その主な機能は「Testmate screen recorder allows testers to record and upload their user testing video to our portal in a fast and easy way」です。

拡張機能のスクリーンショット

screenshot

TestMate screen recorder拡張機能のCRXファイルをダウンロード

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
Eメール [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\/*"
    ]
}