Attendedbyhumans Screen sharing
Screensharing utility for Attendedbyhumans
Attendedbyhumans Screen sharing là gì?
Attendedbyhumans Screen sharing là một tiện ích mở rộng Chrome được phát triển bởi TELEPORTEL EUROPE N.V, và tính năng chính của nó là "Screensharing utility for Attendedbyhumans".
Ả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 Attendedbyhumans Screen sharing
Tải xuống các tệp mở rộng Attendedbyhumans Screen 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
Desktop presentation extension for Google Chrome and Google Canary. You can also share your screen without extensions from our applications. Visit: http://www.teleportel.com for more informations.
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | Attendedbyhumans Screen sharing |
ID | hkndidoemjacpfbaajpanoopddldlhaj |
URL Chính Thức | https://chromewebstore.google.com/detail/attendedbyhumans-screen-s/hkndidoemjacpfbaajpanoopddldlhaj |
Mô tả | Screensharing utility for Attendedbyhumans |
Kích Thước Tệp | 15.71 KB |
Số Lần Cài Đặt | 29 |
Phiên Bản Hiện Tại | 4.0.0 |
Cập Nhật Lần Cuối | 2017-12-15 |
Ngày Phát Hành | 2017-12-14 |
Nhà Phát Triển | TELEPORTEL EUROPE N.V |
[email protected] | |
Loại Thanh Toán | free |
URL Trang Chính Sách Bảo Mật | https://www.teleportel.com/user-agreement |
Ngôn Ngữ Được Hỗ Trợ | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Attendedbyhumans Screen sharing", "author": "Shamun Toha", "description": "Screensharing utility for Attendedbyhumans", "homepage_url": "https:\/\/www.attendedbyhumans.com\/", "version": "4.0.0", "manifest_version": 2, "minimum_chrome_version": "34", "icons": { "48": "icon.png" }, "permissions": [ "desktopCapture" ], "background": { "scripts": [ "background.js" ] }, "content_scripts": [ { "js": [ "content.js" ], "all_frames": true, "run_at": "document_start", "matches": [ "*:\/\/*.attendedbyhumans.com\/*", "*:\/\/*.teleportel.com\/*", "*:\/\/*.telepresencetech.com\/*" ] } ], "web_accessible_resources": [ "icon.png" ] } |