VCR Screen-Share
Record your screen with audio.
VCR Screen-Shareคืออะไร?
VCR Screen-Share เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://www.vconfroom.com และคุณลักษณะหลักของมันคือ "Record your screen with audio."
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย VCR Screen-Share
ดาวน์โหลดไฟล์ส่วนขยาย VCR Screen-Share ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
Capture full-screen or specific screen.
This is screen sharing and screen recording with audio extension.can be used in https://www.vconfroom.com Application only. ข้อมูลพื้นฐานของส่วนขยาย
| ชื่อ | |
| ID | gmfakinflkflhggbhibfclfidnbcflnd |
| URL อย่างเป็นทางการ | https://chromewebstore.google.com/detail/vcr-screen-share/gmfakinflkflhggbhibfclfidnbcflnd |
| คำอธิบาย | Record your screen with audio. |
| ขนาดไฟล์ | 15.58 KB |
| จำนวนการติดตั้ง | 404 |
| เวอร์ชันปัจจุบัน | 4.7.1 |
| อัปเดตครั้งล่าสุด | 2017-07-26 |
| วันที่เผยแพร่ | 2017-07-26 |
| ผู้พัฒนา | https://www.vconfroom.com |
| อีเมล | [email protected] |
| ประเภทการชำระเงิน | free |
| เว็บไซต์ส่วนขยาย | https://www.vconfroom.com |
| URL หน้าช่วยเหลือ | https://www.vconfroom.com |
| ภาษาที่รองรับ | en |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"name": "VCR Screen-Share",
"author": "Pooja Shirsath",
"version": "4.7.1",
"manifest_version": 2,
"minimum_chrome_version": "34",
"description": "Record your screen with audio.",
"homepage_url": "https:\/\/www.vconfroom.com\/",
"background": {
"scripts": [
"background-script.js"
],
"persistent": false
},
"content_scripts": [
{
"js": [
"content-script.js"
],
"all_frames": true,
"run_at": "document_end",
"matches": [
"https:\/\/www.vconfroom.com\/*"
]
}
],
"icons": {
"48": "icon.png"
},
"permissions": [
"desktopCapture"
],
"web_accessible_resources": [
"icon.png"
]
} | |