Codassium Screensharing
Enables screensharing for Codassium
什麼是Codassium Screensharing?
Codassium Screensharing是由https://codassium.com開發的Chrome擴展程式,該擴展的主要功能是“Enables screensharing for Codassium”。
擴展截圖
下載Codassium Screensharing擴展crx文件
下載Codassium Screensharing擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。
擴展使用說明
This extension adds screensharing functionality to Codassium. See: https://codassium.com
擴展基本資訊
名稱 | |
ID | aehpbllmmckgkcpdipcpffccjlmiiaog |
官方網址 | https://chrome.google.com/webstore/detail/codassium-screensharing/aehpbllmmckgkcpdipcpffccjlmiiaog |
簡介 | Enables screensharing for Codassium |
檔案大小 | 5.74 KB |
安裝次數 | 13 |
目前版本 | 0.1.1 |
更新時間 | 2014-12-06 |
上架時間 | 2014-12-06 |
開發者 | https://codassium.com |
電子郵箱 | [email protected] |
付費類型 | free |
擴展官網 | https://codassium.com |
說明頁面URL | https://codassium.com/contact |
支援的語言 | 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\/*" ] } ] } |