24HourAnswers whiteboard screen sharing
Enables screen sharing from the whiteboard on 24HourAnswers.com
What is 24HourAnswers whiteboard screen sharing?
24HourAnswers whiteboard screen sharing is a Chrome extension developed by http://www.24houranswers.com, and its main feature is "Enables screen sharing from the whiteboard on 24HourAnswers.com".
Extension Screenshots
Download 24HourAnswers whiteboard screen sharing Extension CRX File
Download 24HourAnswers whiteboard 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
This app enables screen sharing in the whiteboard found on 24HourAnswers.com
Extension Basic Information
Name | |
ID | cngccmhpnjalabkhjkmoidaojddidfng |
Official URL | https://chrome.google.com/webstore/detail/24houranswers-whiteboard/cngccmhpnjalabkhjkmoidaojddidfng |
Description | Enables screen sharing from the whiteboard on 24HourAnswers.com |
File Size | 24.26 KB |
Installation Count | 170 |
Current Version | 1.0.3 |
Last Updated | 2015-09-15 |
Publish Date | 2015-09-15 |
Rating | 5.00/5 Total 1 Ratings |
Developer | http://www.24houranswers.com |
Payment Type | free |
Extension Website | http://www.24houranswers.com/ |
Supported Languages | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "24HourAnswers whiteboard screen sharing", "description": "Enables screen sharing from the whiteboard on 24HourAnswers.com", "version": "1.0.3", "manifest_version": 2, "permissions": [ "desktopCapture" ], "background": { "scripts": [ "background.js" ] }, "content_scripts": [ { "matches": [ "*:\/\/*.24houranswers.com\/*", "*:\/\/*.collegetutoronline.com\/*" ], "js": [ "content.js" ] } ], "icons": { "16": "icon_16.png", "48": "icon_48.png", "128": "icon_128.png" }, "externally_connectable": { "matches": [ "*:\/\/*.24houranswers.com\/*", "*:\/\/*.collegetutoronline.com\/*" ] } } |