WebinarJam Screen Sharing
This Chrome extension is developed for https://www.webinarjam.com. It doesn't do anything except capture content of your screen.
WebinarJam Screen Sharing là gì?
WebinarJam Screen Sharing là một tiện ích mở rộng Chrome được phát triển bởi https://dev.webinarjam.com, và tính năng chính của nó là "This Chrome extension is developed for https://www.webinarjam.com. It doesn't do anything except capture content of your screen.".
Ả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 WebinarJam Screen Sharing
Tải xuống các tệp mở rộng WebinarJam 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
Allows WebinarJam presenters to screen share their desktop to their viewers
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | WebinarJam Screen Sharing |
ID | fjcagflhkmbkecgddkjblhkadbplhfan |
URL Chính Thức | https://chromewebstore.google.com/detail/webinarjam-screen-sharing/fjcagflhkmbkecgddkjblhkadbplhfan |
Mô tả | This Chrome extension is developed for https://www.webinarjam.com. It doesn't do anything except capture content of your screen. |
Kích Thước Tệp | 28.84 KB |
Số Lần Cài Đặt | 1,104 |
Phiên Bản Hiện Tại | 2.1 |
Cập Nhật Lần Cuối | 2016-05-13 |
Ngày Phát Hành | 2016-05-13 |
Nhà Phát Triển | https://dev.webinarjam.com |
Loại Thanh Toán | free |
Trang Web Mở Rộng | https://dev.webinarjam.com |
URL Trang Trợ Giúp | https://dev.webinarjam.com |
Ngôn Ngữ Được Hỗ Trợ | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "WebinarJam Screen Sharing", "author": "Genesis Digital, LLC", "version": "2.1", "manifest_version": 2, "minimum_chrome_version": "34", "description": "This Chrome extension is developed for https:\/\/www.webinarjam.com. It doesn't do anything except capture content of your screen.", "homepage_url": "https:\/\/www.webinarjam.com\/", "background": { "scripts": [ "background-script.js" ], "persistent": false }, "externally_connectable": { "matches": [ "*:\/\/*.webinarjam.com\/*" ] }, "icons": { "16": "logo16.png", "48": "logo48.png", "128": "logo128.png" }, "permissions": [ "desktopCapture" ], "web_accessible_resources": [ "icon.png" ] } |