Doxy.me Screen Sharing
Extension that captures content of your screen.
What is Doxy.me Screen Sharing?
Doxy.me Screen Sharing is a Chrome extension developed by https://doxy.me, and its main feature is "Extension that captures content of your screen.".
Extension Screenshots
Download Doxy.me Screen Sharing Extension CRX File
Download Doxy.me 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
A Google Chrome extension that allows a Doxy.me user to share their screen with another person in a Doxy.me meeting.
Extension Basic Information
Name | Doxy.me Screen Sharing |
ID | hpohjmcciikpccgjfbjopmjcieefnaem |
Official URL | https://chromewebstore.google.com/detail/doxyme-screen-sharing/hpohjmcciikpccgjfbjopmjcieefnaem |
Description | Extension that captures content of your screen. |
File Size | 17.64 KB |
Installation Count | 5,966 |
Current Version | 1.0 |
Last Updated | 2017-10-23 |
Publish Date | 2017-10-23 |
Rating | 2.67/5 Total 3 Ratings |
Developer | https://doxy.me |
Payment Type | free |
Extension Website | https://doxy.me |
Help Page URL | https://help.doxy.me/video-tutorials/features/screenshare |
Supported Languages | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Doxy.me Screen Sharing", "author": "Doxy.me LLC", "version": "1.0", "manifest_version": 2, "minimum_chrome_version": "34", "description": "Extension that captures content of your screen.", "homepage_url": "https:\/\/doxy.me", "background": { "scripts": [ "background-script.js" ], "persistent": false }, "content_scripts": [ { "js": [ "content-script.js" ], "all_frames": true, "matches": [ "https:\/\/*.doxy.me\/*", "https:\/\/doxy.me\/*", "https:\/\/doxi.me\/*", "https:\/\/*.doxi.me\/*" ] } ], "icons": { "16": "logo16.png", "48": "logo48.png", "128": "logo128.png" }, "permissions": [ "desktopCapture" ], "web_accessible_resources": [ "icon.png" ] } |