My Business Matches™ - Screen Sharing
This Chrome extension is developed primary for https://mybusinessmatches.com/ virtual meetings.
What is My Business Matches™ - Screen Sharing?
My Business Matches™ - Screen Sharing is a Chrome extension developed by https://mybusinessmatches.com, and its main feature is "This Chrome extension is developed primary for https://mybusinessmatches.com/ virtual meetings.".
Download My Business Matches™ - Screen Sharing Extension CRX File
Download My Business Matches™ - Screen Sharing 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 | |
ID | cblepembechalfcndmihppapjhpdfjgf |
Official URL | https://chrome.google.com/webstore/detail/my-business-matches-scree/cblepembechalfcndmihppapjhpdfjgf |
Description | This Chrome extension is developed primary for https://mybusinessmatches.com/ virtual meetings. |
File Size | 31.15 KB |
Installation Count | 64 |
Current Version | 1.2 |
Last Updated | 2015-07-30 |
Publish Date | 2015-07-30 |
Rating | 4.50/5 Total 2 Ratings |
Developer | https://mybusinessmatches.com |
Payment Type | free |
Supported Languages | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "My Business Matches\u2122 - Screen Sharing", "author": "My Business Matches", "version": "1.2", "manifest_version": 2, "minimum_chrome_version": "34", "description": "This Chrome extension is developed primary for https:\/\/mybusinessmatches.com\/ virtual meetings.", "homepage_url": "https:\/\/mybusinessmatches.com\/", "background": { "scripts": [ "background-script.js" ], "persistent": false }, "content_scripts": [ { "js": [ "content-script.js" ], "all_frames": true, "matches": [ "*:\/\/*.mybusinessmatches.com\/*", "*:\/\/localhost\/*" ] } ], "icons": { "16": "logo16.png", "48": "logo48.png", "128": "logo128.png" }, "permissions": [ "desktopCapture" ], "web_accessible_resources": [ "icon.png" ] } |