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 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 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\/*"
    ]
}