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 |
官方網址 | 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" ] } |