RecView - Vintro recorder

RecView screen recording Chrome extension

RecView - Vintro recorder란 무엇입니까?

RecView - Vintro recorder은(는) https://recview.co에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "RecView screen recording Chrome extension"입니다.

확장 프로그램 스크린샷

screenshot

RecView - Vintro recorder 확장 프로그램 CRX 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        RecView's chrome extension, record BD videos, video messages for candidates and anything else you can think of!                    

확장 프로그램 기본 정보

이름 RecView - Vintro recorder RecView - Vintro recorder
ID fffnkcnjomfdcidlfdcdfpgeildojejj
공식 URL https://chromewebstore.google.com/detail/recview-vintro-recorder/fffnkcnjomfdcidlfdcdfpgeildojejj
설명 RecView screen recording Chrome extension
파일 크기 446 KB
설치 횟수 104
현재 버전 2.7.1
최근 업데이트 2023-10-27
출시 날짜 2022-10-18
개발자 https://recview.co
이메일 [email protected]
결제 유형 free
확장 프로그램 웹 사이트 https://recview.co/extention
도움말 페이지 URL https://recview.co/extention
개인정보 보호 정책 페이지 URL https://recview.co/privacy
지원되는 언어 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "RecView - Vintro recorder",
    "description": "RecView screen recording Chrome extension",
    "version": "2.7.1",
    "action": {
        "default_icon": "images\/recview-logo.png"
    },
    "permissions": [
        "tabs",
        "storage",
        "system.display"
    ],
    "content_scripts": [
        {
            "matches": [
                "https:\/\/*\/*",
                "http:\/\/localhost\/*"
            ],
            "js": [
                "js\/vendor.js",
                "js\/overlay_app.js",
                "js\/event_handler.js"
            ]
        }
    ],
    "background": {
        "service_worker": "js\/background.js"
    },
    "web_accessible_resources": [
        {
            "matches": [
                "https:\/\/*\/*"
            ],
            "resources": [
                "overlay.html"
            ]
        }
    ]
}