Liveroom
Real-time collaboration with live cursors over Google Meet screensharing
Liveroomคืออะไร?
Liveroom เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://liveroom.app และคุณลักษณะหลักของมันคือ "Real-time collaboration with live cursors over Google Meet screensharing"
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Liveroom
ดาวน์โหลดไฟล์ส่วนขยาย Liveroom ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
🤝 Sit next to your customers during product demos & onboardings | Liveroom With the Liveroom Chrome Extension, collaborate with your user inside your product with real-time cursors over Google Meet screensharing. After you've installed the Liveroom Chrome extension, a new Liveroom button will be available in your Google Meet toolbar, next to the microphone icon. ⚫ Here's how to get set up in 3 simple steps, once you are sitting in a Google Meet: 1️⃣ Click the "Copy demo link" button and send it to your participant in the Google Meet chat 2️⃣ Ask your participant to share their screen - the browser tab on which they opened the link 3️⃣ Click on your Liveroom button in the toolbar and click on "Start session" You're good to go! Enjoy real-time collaboration 🔥 ⚫ Features: - Guide your user inside the product with live cursors - Control the product with clicks & scrolling, through the screensharing - Block the user clicks - Show your face along with your cursor to maintain eye contact ⚫ You will need to install the Liveroom Script in your product, see instructions here: https://liveroom.app/connected
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | Liveroom |
ID | famgmncbiedbdkgpkfdnmefhfhbgljhb |
URL อย่างเป็นทางการ | https://chromewebstore.google.com/detail/liveroom/famgmncbiedbdkgpkfdnmefhfhbgljhb |
คำอธิบาย | Real-time collaboration with live cursors over Google Meet screensharing |
ขนาดไฟล์ | 145 KB |
จำนวนการติดตั้ง | 36 |
เวอร์ชันปัจจุบัน | 0.0.40 |
อัปเดตครั้งล่าสุด | 2024-02-21 |
วันที่เผยแพร่ | 2023-10-15 |
ผู้พัฒนา | https://liveroom.app |
อีเมล | [email protected] |
ประเภทการชำระเงิน | in_app |
เว็บไซต์ส่วนขยาย | https://liveroom.app |
URL หน้านโยบายความเป็นส่วนตัว | https://liveroom.app/legal/privacy-policy |
ภาษาที่รองรับ | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Liveroom", "description": "Real-time collaboration with live cursors over Google Meet screensharing", "version": "0.0.40", "manifest_version": 3, "icons": { "16": "src\/assets\/liveroom_logo16.png", "32": "src\/assets\/liveroom_logo32.png", "48": "src\/assets\/liveroom_logo48.png", "128": "src\/assets\/liveroom_logo128.png" }, "content_scripts": [ { "js": [ "assets\/index.ts-loader-CliQ3I-e.js" ], "matches": [ "https:\/\/meet.google.com\/*", "http:\/\/localhost:4000\/_meet" ], "css": [ "assets\/PoweredByLiveroom-ChsZUlrH.css", "assets\/Overlay-DlQ9l1an.css", "assets\/index-Mj9RO_OU.css" ] }, { "js": [ "assets\/index.ts-loader-CGY3qavU.js" ], "matches": [ "https:\/\/teams.live.com\/*", "https:\/\/teams.microsoft.com\/*", "http:\/\/localhost:4000\/_teams" ], "run_at": "document_idle", "all_frames": true, "css": [ "assets\/PoweredByLiveroom-ChsZUlrH.css", "assets\/Overlay-DlQ9l1an.css", "assets\/index-ChWqQqbv.css" ] }, { "js": [ "assets\/index.ts-loader-CCktH3th.js" ], "matches": [ "https:\/\/liveroom.app\/*", "http:\/\/localhost:4000\/*" ] } ], "background": { "service_worker": "service-worker-loader.js", "type": "module" }, "options_ui": { "page": "src\/options\/options.html", "open_in_tab": false }, "action": { "default_popup": "src\/popup\/popup.html", "default_icon": { "16": "src\/assets\/liveroom_logo16.png", "32": "src\/assets\/liveroom_logo32.png", "48": "src\/assets\/liveroom_logo48.png", "128": "src\/assets\/liveroom_logo128.png" } }, "permissions": [ "storage" ], "externally_connectable": { "matches": [ "https:\/\/liveroom.app\/*", "http:\/\/localhost:4000\/*" ] }, "web_accessible_resources": [ { "matches": [ "http:\/\/localhost:4000\/*", "https:\/\/meet.google.com\/*" ], "resources": [ "assets\/PoweredByLiveroom-Dqcjw7-_.js", "assets\/Overlay-4R59RfN8.js", "assets\/package-qlaaOCOq.js", "assets\/index.ts-BLv6LevA.js" ], "use_dynamic_url": true }, { "matches": [ "http:\/\/localhost:4000\/*", "https:\/\/teams.live.com\/*", "https:\/\/teams.microsoft.com\/*" ], "resources": [ "assets\/PoweredByLiveroom-Dqcjw7-_.js", "assets\/Overlay-4R59RfN8.js", "assets\/package-qlaaOCOq.js", "assets\/index.ts-Bl6C-aoj.js" ], "use_dynamic_url": true }, { "matches": [ "http:\/\/localhost:4000\/*", "https:\/\/liveroom.app\/*" ], "resources": [ "assets\/package-qlaaOCOq.js", "assets\/index.ts-DFoxT_i-.js" ], "use_dynamic_url": true } ] } |