LiveSmart Screen Capturing
Capture screen sharing on any HTTPs domain made for LiveSmart Video Chat
LiveSmart Screen Capturing là gì?
LiveSmart Screen Capturing là một tiện ích mở rộng Chrome được phát triển bởi nhadjidimitrov, và tính năng chính của nó là "Capture screen sharing on any HTTPs domain made for LiveSmart Video Chat".
Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng
Tải xuống tệp CRX của tiện ích mở rộng LiveSmart Screen Capturing
Tải xuống các tệp mở rộng LiveSmart Screen Capturing dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.
Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng
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.
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | |
ID | nphkdpfdiidjglfcplkpkdjpdlpmkdpg |
URL Chính Thức | https://chrome.google.com/webstore/detail/livesmart-screen-capturin/nphkdpfdiidjglfcplkpkdjpdlpmkdpg |
Mô tả | Capture screen sharing on any HTTPs domain made for LiveSmart Video Chat |
Kích Thước Tệp | 24.56 KB |
Số Lần Cài Đặt | 39 |
Phiên Bản Hiện Tại | 1.4 |
Cập Nhật Lần Cuối | 2019-02-04 |
Ngày Phát Hành | 2019-01-31 |
Nhà Phát Triển | nhadjidimitrov |
[email protected] | |
Loại Thanh Toán | free |
Trang Web Mở Rộng | https://www.new-dev.com/page/ident/live_smart_video_chat |
URL Trang Trợ Giúp | https://www.new-dev.com/page/ident/live_smart_video_chat_faq |
Ngôn Ngữ Được Hỗ Trợ | 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" ] } |