LiveSmart Screen Capturing
Capture screen sharing on any HTTPs domain made for LiveSmart Video Chat
LiveSmart Screen Capturingคืออะไร?
LiveSmart Screen Capturing เป็นส่วนขยายของ Chrome ที่พัฒนาโดย nhadjidimitrov และคุณลักษณะหลักของมันคือ "Capture screen sharing on any HTTPs domain made for LiveSmart Video Chat"
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย LiveSmart Screen Capturing
ดาวน์โหลดไฟล์ส่วนขยาย LiveSmart Screen Capturing ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
Designed to provide screen sharing on any HTTPS domain for LiveSmart Video Chat - a standalone web application with video, audio, screensharing and file transfer face-to-face communication chat. LiveSmart Video Chat is provided on-premise so this extension has all HTTPS permission needed. This extension captures the screen and returns to LiveSmart the screen ID.
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | |
ID | nphkdpfdiidjglfcplkpkdjpdlpmkdpg |
URL อย่างเป็นทางการ | https://chrome.google.com/webstore/detail/livesmart-screen-capturin/nphkdpfdiidjglfcplkpkdjpdlpmkdpg |
คำอธิบาย | Capture screen sharing on any HTTPs domain made for LiveSmart Video Chat |
ขนาดไฟล์ | 24.56 KB |
จำนวนการติดตั้ง | 39 |
เวอร์ชันปัจจุบัน | 1.4 |
อัปเดตครั้งล่าสุด | 2019-02-04 |
วันที่เผยแพร่ | 2019-01-31 |
ผู้พัฒนา | nhadjidimitrov |
อีเมล | [email protected] |
ประเภทการชำระเงิน | free |
เว็บไซต์ส่วนขยาย | https://www.new-dev.com/page/ident/live_smart_video_chat |
URL หน้าช่วยเหลือ | https://www.new-dev.com/page/ident/live_smart_video_chat_faq |
ภาษาที่รองรับ | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "LiveSmart Screen Capturing", "author": "Nikolay Hadjidimitrov", "version": "1.4", "manifest_version": 2, "minimum_chrome_version": "34", "description": "Capture screen sharing on any HTTPs domain made for LiveSmart Video Chat", "homepage_url": "https:\/\/www.new-dev.com\/page\/ident\/live_smart_video_chat_installation", "background": { "scripts": [ "background.js" ], "persistent": false }, "content_scripts": [ { "js": [ "content.js" ], "all_frames": true, "run_at": "document_end", "matches": [ "https:\/\/*\/*" ] } ], "icons": { "16": "icon16.png", "48": "icon48.png", "128": "icon128.png" }, "permissions": [ "desktopCapture", "activeTab" ], "web_accessible_resources": [ "icon16.png" ] } |