RecView - Vintro recorder

RecView screen recording Chrome extension

RecView - Vintro recorderคืออะไร?

RecView - Vintro recorder เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://recview.co และคุณลักษณะหลักของมันคือ "RecView screen recording Chrome extension"

ภาพหน้าจอของส่วนขยาย

screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย RecView - Vintro recorder

ดาวน์โหลดไฟล์ส่วนขยาย RecView - Vintro recorder ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

คำแนะนำในการใช้ส่วนขยาย

                        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"
            ]
        }
    ]
}