Camin - Video Recorder & Virtual Webcam
Recording video demonstrations, and enhancing your video call and conference experiences with powerful virtual camera features.
Camin - Video Recorder & Virtual Webcamคืออะไร?
Camin - Video Recorder & Virtual Webcam เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://www.camin.net และคุณลักษณะหลักของมันคือ "Recording video demonstrations, and enhancing your video call and conference experiences with powerful virtual camera features."
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Camin - Video Recorder & Virtual Webcam
ดาวน์โหลดไฟล์ส่วนขยาย Camin - Video Recorder & Virtual Webcam ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
CamIn allows you to create or record video presentations and to enhance your video calls and conferences with powerful virtual camera features, such as stickers, picture in picture video, background removal…Try it for free!
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | Camin - Video Recorder & Virtual Webcam |
ID | cbphgenehibfhdbkceombhcmmaobfnfd |
URL อย่างเป็นทางการ | https://chromewebstore.google.com/detail/camin-video-recorder-virt/cbphgenehibfhdbkceombhcmmaobfnfd |
คำอธิบาย | Recording video demonstrations, and enhancing your video call and conference experiences with powerful virtual camera features. |
ขนาดไฟล์ | 551 KB |
จำนวนการติดตั้ง | 45 |
เวอร์ชันปัจจุบัน | 1.0.2 |
อัปเดตครั้งล่าสุด | 2023-11-27 |
วันที่เผยแพร่ | 2023-11-22 |
คะแนน | 5.00/5 รวมทั้งหมด 1 คะแนน |
ผู้พัฒนา | https://www.camin.net |
อีเมล | [email protected] |
ประเภทการชำระเงิน | free |
เว็บไซต์ส่วนขยาย | https://www.camin.net/ |
URL หน้าช่วยเหลือ | https://support.camin.net/docs/contact-us |
URL หน้านโยบายความเป็นส่วนตัว | https://share.eeo.cn/p/agreement?type=cam_privacy&lang=en |
ภาษาที่รองรับ | en,zh-CN |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "icons": { "16": "icon16.plasmo.6c567d50.png", "32": "icon32.plasmo.76b92899.png", "48": "icon48.plasmo.aced7582.png", "64": "icon64.plasmo.8bb5e6e0.png", "128": "icon128.plasmo.3c1ed2d2.png" }, "manifest_version": 3, "action": { "default_icon": { "16": "icon16.plasmo.6c567d50.png", "32": "icon32.plasmo.76b92899.png", "48": "icon48.plasmo.aced7582.png", "64": "icon64.plasmo.8bb5e6e0.png", "128": "icon128.plasmo.3c1ed2d2.png" } }, "version": "1.0.2", "author": "liuyanqing", "name": "Camin - Video Recorder & Virtual Webcam", "description": "Recording video demonstrations, and enhancing your video call and conference experiences with powerful virtual camera features.", "background": { "service_worker": "static\/background\/index.js" }, "permissions": [ "storage", "tabs", "scripting" ], "content_scripts": [ { "matches": [ "https:\/\/mail.google.com\/*" ], "js": [ "gmail.7113db4b.js" ], "run_at": "document_end", "css": [ "gmail.ef87580e.css" ] }, { "matches": [ "https:\/\/www.camin.net\/*", "http:\/\/localhost:4000\/*" ], "js": [ "camin.cfa45d97.js" ], "run_at": "document_end", "css": [] } ], "homepage_url": "https:\/\/www.camin.net", "host_permissions": [ "https:\/\/dynamic.camin.net\/*", "https:\/\/www.camin.net\/*", "https:\/\/mail.google.com\/*" ], "externally_connectable": { "matches": [ "https:\/\/www.camin.net\/*" ] }, "web_accessible_resources": [ { "resources": [ "pageWorld.js" ], "matches": [ "https:\/\/mail.google.com\/*", "https:\/\/inbox.google.com\/*" ] }, { "matches": [ "https:\/\/mail.google.com\/*" ], "resources": [ "gmail.d87ef579.png", "gmail.8f108491.svg", "gmail.93a5d608.png" ] } ], "default_locale": "en" } |