Screen Sharing for mywebinar.me
Share your screen for mywebinar.me
What is Screen Sharing for mywebinar.me?
Screen Sharing for mywebinar.me is a Chrome extension developed by https://join.mywebinar.me, and its main feature is "Share your screen for mywebinar.me".
Extension Screenshots
Download Screen Sharing for mywebinar.me Extension CRX File
Download Screen Sharing for mywebinar.me 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
Extension Basic Information
Name | Screen Sharing for mywebinar.me |
ID | madkhailjbhohapodhkjediaeoedocln |
Official URL | https://chromewebstore.google.com/detail/screen-sharing-for-mywebi/madkhailjbhohapodhkjediaeoedocln |
Description | Share your screen for mywebinar.me |
File Size | 34.59 KB |
Installation Count | 653 |
Current Version | 1.0.2 |
Last Updated | 2017-10-10 |
Publish Date | 2017-10-10 |
Rating | 3.00/5 Total 2 Ratings |
Developer | https://join.mywebinar.me |
[email protected] | |
Payment Type | free |
Supported Languages | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "__MSG_appName__", "description": "__MSG_appDesc__", "default_locale": "en", "version": "1.0.2", "version_name": "1.0.2", "author": "processo", "manifest_version": 2, "minimum_chrome_version": "53", "background": { "scripts": [ "js\/background-script.js", "js\/RecordRTC.min.js" ], "persistent": true }, "content_scripts": [ { "js": [ "js\/content-script.js" ], "matches": [ "*:\/\/join.mywebinar.me\/*" ], "run_at": "document_idle" } ], "externally_connectable": { "matches": [ "*:\/\/join.mywebinar.me\/*" ] }, "browser_action": { "default_icon": "images\/icon22.png", "default_title": "Screen Sharing for mywebinar.me" }, "icons": { "16": "images\/icon16.png", "22": "images\/icon22.png", "32": "images\/icon32.png", "48": "images\/icon48.png", "128": "images\/icon128.png" }, "permissions": [ "system.cpu", "activeTab", "tabs", "desktopCapture", "*:\/\/join.mywebinar.me\/*" ], "web_accessible_resources": [ "images\/icon32.png", "js\/content-script.js", "js\/background-script.js" ] } |