Meet With Me Now
This Google Chrome extension brings screen sharing to Meet With Me Now
What is Meet With Me Now?
Meet With Me Now is a Chrome extension developed by https://room.mwmnow.com, and its main feature is "This Google Chrome extension brings screen sharing to Meet With Me Now".
Download Meet With Me Now Extension CRX File
Download Meet With Me Now extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
Screen sharing extension for Meet With Me Now
Extension Basic Information
Name | Meet With Me Now |
ID | eccifenbjnkphnnfdfajhnbkhkjgadkb |
Official URL | https://chromewebstore.google.com/detail/meet-with-me-now/eccifenbjnkphnnfdfajhnbkhkjgadkb |
Description | This Google Chrome extension brings screen sharing to Meet With Me Now |
File Size | 8.32 KB |
Installation Count | 60 |
Current Version | 1.0.0.6 |
Last Updated | 2017-01-27 |
Publish Date | 2017-01-27 |
Developer | https://room.mwmnow.com |
Payment Type | free |
Supported Languages | 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" ] } |