Codassium Screensharing
Enables screensharing for Codassium
Codassium Screensharing là gì?
Codassium Screensharing là một tiện ích mở rộng Chrome được phát triển bởi https://codassium.com, và tính năng chính của nó là "Enables screensharing for Codassium".
Ả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 Codassium Screensharing
Tải xuống các tệp mở rộng Codassium Screensharing 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
This extension adds screensharing functionality to Codassium. See: https://codassium.com
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | |
ID | aehpbllmmckgkcpdipcpffccjlmiiaog |
URL Chính Thức | https://chrome.google.com/webstore/detail/codassium-screensharing/aehpbllmmckgkcpdipcpffccjlmiiaog |
Mô tả | Enables screensharing for Codassium |
Kích Thước Tệp | 5.74 KB |
Số Lần Cài Đặt | 13 |
Phiên Bản Hiện Tại | 0.1.1 |
Cập Nhật Lần Cuối | 2014-12-06 |
Ngày Phát Hành | 2014-12-06 |
Nhà Phát Triển | https://codassium.com |
[email protected] | |
Loại Thanh Toán | free |
Trang Web Mở Rộng | https://codassium.com |
URL Trang Trợ Giúp | https://codassium.com/contact |
Ngôn Ngữ Được Hỗ Trợ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Codassium Screensharing", "description": "Enables screensharing for Codassium", "version": "0.1.1", "manifest_version": 2, "minimum_chrome_version": "34", "icons": { "48": "codassium_48.png", "128": "codassium_128.png" }, "permissions": [ "desktopCapture" ], "background": { "scripts": [ "background.js" ] }, "content_scripts": [ { "js": [ "content.js" ], "matches": [ "https:\/\/codassium.devlocal\/*", "https:\/\/codassium.com\/*" ] } ] } |