Homelane.com Screen Sharing
This extension is developed primary for http://meetup.homelane.com/.
Homelane.com Screen Sharing क्या है?
Homelane.com Screen Sharing Homelane swadmin द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "This extension is developed primary for http://meetup.homelane.com/."।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में Homelane.com Screen Sharing एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।
एक्सटेंशन उपयोग निर्देश
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.
एक्सटेंशन की मूल जानकारी
नाम | |
ID | lmceijangpnmfmnopiabogbkicchjodj |
आधिकारिक URL | https://chrome.google.com/webstore/detail/homelanecom-screen-sharin/lmceijangpnmfmnopiabogbkicchjodj |
विवरण | This extension is developed primary for http://meetup.homelane.com/. |
फ़ाइल का आकार | 11.7 KB |
स्थापना संख्या | 15 |
वर्तमान संस्करण | 1.0 |
अंतिम अपडेट | 2015-08-12 |
प्रकाशन तिथि | 2015-08-12 |
रेटिंग | 5.00/5 कुल 1 रेटिंग्स |
डेवलपर | Homelane swadmin |
भुगतान के प्रकार | free |
समर्थित भाषाएँ | 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" ] } |