RCI Screen Recorder
tabs
RCI Screen Recorderคืออะไร?
RCI Screen Recorder เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://rcilivestream.com และคุณลักษณะหลักของมันคือ "tabs"
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย RCI Screen Recorder
ดาวน์โหลดไฟล์ส่วนขยาย RCI Screen Recorder ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
Recording Screen With audio by RCILiveStream allows you to share your screen or a specific application during a RCILiveStream call. You will be able to share with all participants regardless of the browser the participants are using. The service is fully secure and you are always in control of what is shared and when it is shared.
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | RCI Screen Recorder |
ID | bmhhacalkkoijadlfkcmdbgjppaaaihc |
URL อย่างเป็นทางการ | https://chromewebstore.google.com/detail/rci-screen-recorder/bmhhacalkkoijadlfkcmdbgjppaaaihc |
คำอธิบาย | tabs |
ขนาดไฟล์ | 7.59 KB |
จำนวนการติดตั้ง | 120 |
เวอร์ชันปัจจุบัน | 10.1 |
อัปเดตครั้งล่าสุด | 2019-04-16 |
วันที่เผยแพร่ | 2019-04-15 |
คะแนน | 3.00/5 รวมทั้งหมด 1 คะแนน |
ผู้พัฒนา | https://rcilivestream.com |
ประเภทการชำระเงิน | free |
ภาษาที่รองรับ | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "RCI Screen Recorder", "author": "Grypp", "version": "10.1", "manifest_version": 2, "minimum_chrome_version": "34", "description": "tabs", "homepage_url": "https:\/\/gryppcorp.com\/", "background": { "scripts": [ "background-script.js" ], "persistent": false }, "content_scripts": [ { "js": [ "content-script.js" ], "all_frames": true, "run_at": "document_end", "matches": [ "https:\/\/*.rcilivestream.com\/*" ] } ], "icons": { "48": "icon.png" }, "permissions": [ "desktopCapture" ], "web_accessible_resources": [ "icon.png" ] } |