Homelane.com Screen Sharing
This extension is developed primary for http://meetup.homelane.com/.
What is Homelane.com Screen Sharing?
Homelane.com Screen Sharing is a Chrome extension developed by Homelane swadmin, and its main feature is "This extension is developed primary for http://meetup.homelane.com/.".
Extension Screenshots
Download Homelane.com Screen Sharing Extension CRX File
Download Homelane.com 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
Screen share with other designers and guests so that you can communicate ideas, designs, web pages, images and much more in a safe and secure environment. Add this to your browser now to enjoy faster and easier exchange of design and decor suggestions for your new home.
Extension Basic Information
Name | |
ID | lmceijangpnmfmnopiabogbkicchjodj |
Official URL | https://chrome.google.com/webstore/detail/homelanecom-screen-sharin/lmceijangpnmfmnopiabogbkicchjodj |
Description | This extension is developed primary for http://meetup.homelane.com/. |
File Size | 11.7 KB |
Installation Count | 15 |
Current Version | 1.0 |
Last Updated | 2015-08-12 |
Publish Date | 2015-08-12 |
Rating | 5.00/5 Total 1 Ratings |
Developer | Homelane swadmin |
Payment Type | free |
Supported Languages | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Homelane.com Screen Sharing", "author": "Homelane", "version": "1.0", "manifest_version": 2, "minimum_chrome_version": "34", "description": "This extension is developed primary for http:\/\/meetup.homelane.com\/. ", "homepage_url": "https:\/\/www.homelane.com\/", "background": { "scripts": [ "background-script.js" ], "persistent": false }, "content_scripts": [ { "js": [ "content-script.js" ], "all_frames": true, "matches": [ "https:\/\/*.homelane.com\/*" ] } ], "icons": { "16": "logo16.png", "48": "logo48.png", "128": "logo128.png" }, "permissions": [ "desktopCapture" ], "web_accessible_resources": [ "icon.png" ] } |