OpenTok Screen Sharing v2 (Financial Demo)
This Chrome extension is developed primary for http://tokbox.com/. It doesn't do anything except capture content of your screen.
OpenTok Screen Sharing v2 (Financial Demo) là gì?
OpenTok Screen Sharing v2 (Financial Demo) là một tiện ích mở rộng Chrome được phát triển bởi https://financial-demo.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 OpenTok Screen Sharing v2 (Financial Demo)
Tải xuống các tệp mở rộng OpenTok Screen Sharing v2 (Financial Demo) 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 | plocfffmbcclpdifaikiikgplfnepkpo |
URL Chính Thức | https://chromewebstore.google.com/detail/opentok-screen-sharing-v2/plocfffmbcclpdifaikiikgplfnepkpo |
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.85 KB |
Số Lần Cài Đặt | 34 |
Phiên Bản Hiện Tại | 2.0 |
Cập Nhật Lần Cuối | 2016-08-11 |
Ngày Phát Hành | 2016-08-11 |
Nhà Phát Triển | https://financial-demo.herokuapp.com |
Loại Thanh Toán | free |
Ngôn Ngữ Được Hỗ Trợ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "OpenTok Screen Sharing v2 (Financial Demo)", "author": "Vertical Solution TokBox, Inc.", "version": "2.0", "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:\/\/financial-demo.herokuapp.com\/", "https:\/\/financial-demo.herokuapp.com\/*", "http:\/\/localhost\/*", "https:\/\/localhost\/*" ] }, "icons": { "16": "logo16.png", "48": "logo48.png", "128": "logo128.png" }, "permissions": [ "desktopCapture" ], "web_accessible_resources": [ "icon.png" ] } |