WMS OpenTok Screen Sharing v2 (AP)
This Chrome extension is developed primary for http://tokbox.com/. It doesn't do anything except capture content of your screen.
WMS OpenTok Screen Sharing v2 (AP) là gì?
WMS OpenTok Screen Sharing v2 (AP) là một tiện ích mở rộng Chrome được phát triển bởi https://tokbox-reference-demos.herokuapp.com, và tính năng chính của nó là "This Chrome extension is developed primary for http://tokbox.com/. It doesn't do anything except capture content of your screen.".
Tải xuống tệp CRX của tiện ích mở rộng WMS OpenTok Screen Sharing v2 (AP)
Tải xuống các tệp mở rộng WMS OpenTok Screen Sharing v2 (AP) 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
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | |
ID | knmknlapoidpamfmadaalafimbjegekh |
URL Chính Thức | https://chrome.google.com/webstore/detail/wms-opentok-screen-sharin/knmknlapoidpamfmadaalafimbjegekh |
Mô tả | This Chrome extension is developed primary for http://tokbox.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 | 17 |
Phiên Bản Hiện Tại | 2.8.1 |
Cập Nhật Lần Cuối | 2017-05-04 |
Ngày Phát Hành | 2017-05-04 |
Nhà Phát Triển | https://tokbox-reference-demos.herokuapp.com |
Loại Thanh Toán | free |
Ngôn Ngữ Được Hỗ Trợ | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "WMS OpenTok Screen Sharing v2 (AP)", "author": "Vertical Solution TokBox, Inc.", "version": "2.8.1", "manifest_version": 2, "minimum_chrome_version": "34", "description": "This Chrome extension is developed primary for http:\/\/tokbox.com\/. It doesn't do anything except capture content of your screen.", "homepage_url": "http:\/\/tokbox.com\/", "background": { "scripts": [ "background-script.js" ], "persistent": false }, "externally_connectable": { "matches": [ "https:\/\/ss-annotation-acc-pack.herokuapp.com\/", "http:\/\/localhost\/*", "https:\/\/localhost\/*" ] }, "icons": { "16": "logo16.png", "48": "logo48.png", "128": "logo128.png" }, "permissions": [ "desktopCapture" ], "web_accessible_resources": [ "icon.png" ] } |