Desktop Sharing
Extensión que permite compartir el escritorio usando el videoportal de Colabora
Desktop Sharing là gì?
Desktop Sharing là một tiện ích mở rộng Chrome được phát triển bởi colaborauc, và tính năng chính của nó là "Extensión que permite compartir el escritorio usando el videoportal de Colabora".
Ả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 Desktop Sharing
Tải xuống các tệp mở rộng Desktop Sharing 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
Extensión para compartir pantalla.
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | Desktop Sharing |
ID | apnakfcanmbhkpnjaibaognmepbfjmcl |
URL Chính Thức | https://chromewebstore.google.com/detail/desktop-sharing/apnakfcanmbhkpnjaibaognmepbfjmcl |
Mô tả | Extensión que permite compartir el escritorio usando el videoportal de Colabora |
Kích Thước Tệp | 10.99 KB |
Số Lần Cài Đặt | 271 |
Phiên Bản Hiện Tại | 1.0.8 |
Cập Nhật Lần Cuối | 2019-02-19 |
Ngày Phát Hành | 2019-02-19 |
Đánh Giá | 5.00/5 Tổng số 1 Đánh Giá |
Nhà Phát Triển | colaborauc |
Loại Thanh Toán | free |
Ngôn Ngữ Được Hỗ Trợ | es |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Desktop Sharing", "author": "Colabora Comunicaciones Unificadas", "version": "1.0.8", "manifest_version": 2, "minimum_chrome_version": "34", "description": "Extensi\u00f3n que permite compartir el escritorio usando el videoportal de Colabora", "homepage_url": "https:\/\/webextensions1.consultic.es\/", "background": { "scripts": [ "videoportal-background.js" ], "persistent": false }, "content_scripts": [ { "js": [ "videoportal.js" ], "all_frames": true, "run_at": "document_end", "matches": [ "https:\/\/*.consultic.es\/*", "https:\/\/*.consultic.es\/vp\/*", "https:\/\/vpusers.cola-bora.com\/*", "https:\/\/localhost:3031\/*", "https:\/\/localhost:3031\/vp\/*", "https:\/\/vpusers.gluppi.com\/*", "https:\/\/user.gluppi.com\/vp\/*" ] } ], "browser_action": { "default_icon": "icon.png", "default_title": "Compartir Escritorio" }, "permissions": [ "desktopCapture" ], "web_accessible_resources": [ "icon.png" ] } |