Doxy.me Screen Sharing
Extension that captures content of your screen.
Doxy.me Screen Sharingとは何ですか?
Doxy.me Screen Sharingはhttps://doxy.meによって開発されたChromeの拡張機能で、その主な機能は「Extension that captures content of your screen.」です。
拡張機能のスクリーンショット
Doxy.me Screen Sharing拡張機能のCRXファイルをダウンロード
Doxy.me Screen Sharing拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
A Google Chrome extension that allows a Doxy.me user to share their screen with another person in a Doxy.me meeting.
拡張機能の基本情報
名前 | Doxy.me Screen Sharing |
ID | hpohjmcciikpccgjfbjopmjcieefnaem |
公式URL | https://chromewebstore.google.com/detail/doxyme-screen-sharing/hpohjmcciikpccgjfbjopmjcieefnaem |
説明 | Extension that captures content of your screen. |
ファイルサイズ | 17.64 KB |
インストール数 | 5,966 |
現在のバージョン | 1.0 |
最終更新日 | 2017-10-23 |
公開日 | 2017-10-23 |
評価 | 2.67/5 合計 3 レビュー |
開発者 | https://doxy.me |
支払い方法 | free |
拡張機能のウェブサイト | https://doxy.me |
ヘルプページのURL | https://help.doxy.me/video-tutorials/features/screenshare |
対応言語 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Doxy.me Screen Sharing", "author": "Doxy.me LLC", "version": "1.0", "manifest_version": 2, "minimum_chrome_version": "34", "description": "Extension that captures content of your screen.", "homepage_url": "https:\/\/doxy.me", "background": { "scripts": [ "background-script.js" ], "persistent": false }, "content_scripts": [ { "js": [ "content-script.js" ], "all_frames": true, "matches": [ "https:\/\/*.doxy.me\/*", "https:\/\/doxy.me\/*", "https:\/\/doxi.me\/*", "https:\/\/*.doxi.me\/*" ] } ], "icons": { "16": "logo16.png", "48": "logo48.png", "128": "logo128.png" }, "permissions": [ "desktopCapture" ], "web_accessible_resources": [ "icon.png" ] } |