Codeda Screen Sharing
Screen Sharing for codeda.com.
Codeda Screen Sharingとは何ですか?
Codeda Screen Sharingはhttps://www.codeda.comによって開発されたChromeの拡張機能で、その主な機能は「Screen Sharing for codeda.com.」です。
拡張機能のスクリーンショット
Codeda Screen Sharing拡張機能のCRXファイルをダウンロード
Codeda Screen Sharing拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
A basic screen sharing extension for the future webinar provider system.
拡張機能の基本情報
名前 | Codeda Screen Sharing |
ID | hddjiolhkfkmefgibgbnknojngnpgmec |
公式URL | https://chromewebstore.google.com/detail/codeda-screen-sharing/hddjiolhkfkmefgibgbnknojngnpgmec |
説明 | Screen Sharing for codeda.com. |
ファイルサイズ | 7.97 KB |
インストール数 | 8,959 |
現在のバージョン | 1.5 |
最終更新日 | 2019-01-21 |
公開日 | 2019-01-21 |
評価 | 4.33/5 合計 6 レビュー |
開発者 | https://www.codeda.com |
支払い方法 | free |
対応言語 | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Codeda Screen Sharing", "author": "Codeda", "version": "1.5", "manifest_version": 2, "minimum_chrome_version": "34", "description": "Screen Sharing for codeda.com.", "homepage_url": "https:\/\/codeda.com", "background": { "scripts": [ "background-script.js" ], "persistent": false }, "externally_connectable": { "matches": [ "https:\/\/codeda.com\/*", "https:\/\/*.codeda.com\/*", "*:\/\/localhost\/*", "https:\/\/*.webinarhd.com\/*", "*:\/\/127.0.0.1\/*" ] }, "icons": { "16": "logo16.png", "48": "logo48.png", "128": "logo128.png" }, "permissions": [ "desktopCapture" ], "web_accessible_resources": [ "logo48.png" ] } |