Meet With Me Now
This Google Chrome extension brings screen sharing to Meet With Me Now
Meet With Me Nowとは何ですか?
Meet With Me Nowはhttps://room.mwmnow.comによって開発されたChromeの拡張機能で、その主な機能は「This Google Chrome extension brings screen sharing to Meet With Me Now」です。
Meet With Me Now拡張機能のCRXファイルをダウンロード
Meet With Me Now拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
Screen sharing extension for Meet With Me Now
拡張機能の基本情報
名前 | Meet With Me Now |
ID | eccifenbjnkphnnfdfajhnbkhkjgadkb |
公式URL | https://chromewebstore.google.com/detail/meet-with-me-now/eccifenbjnkphnnfdfajhnbkhkjgadkb |
説明 | This Google Chrome extension brings screen sharing to Meet With Me Now |
ファイルサイズ | 8.32 KB |
インストール数 | 60 |
現在のバージョン | 1.0.0.6 |
最終更新日 | 2017-01-27 |
公開日 | 2017-01-27 |
開発者 | https://room.mwmnow.com |
支払い方法 | free |
対応言語 | en-US |
manifest.json | |
{ "author": "XmarteK", "background": { "persistent": false, "scripts": [ "background-config.js", "background-script.js" ] }, "content_scripts": [ { "all_frames": true, "js": [ "content-script.js" ], "matches": [ "https:\/\/room.mwmnow.com\/*" ] } ], "description": "This Google Chrome extension brings screen sharing to Meet With Me Now", "homepage_url": "https:\/\/www.mwmnow.com", "icons": { "48": "icon.png" }, "manifest_version": 2, "minimum_chrome_version": "34", "name": "Meet With Me Now", "permissions": [ "desktopCapture" ], "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "version": "1.0.0.6", "web_accessible_resources": [ "icon.png" ] } |