Homelane.com Screen Sharing
This extension is developed primary for http://meetup.homelane.com/.
Cos'è Homelane.com Screen Sharing?
Homelane.com Screen Sharing è un'estensione di Chrome sviluppata da Homelane swadmin, e la sua funzione principale è "This extension is developed primary for http://meetup.homelane.com/.".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione Homelane.com Screen Sharing
Scarica i file di estensione Homelane.com Screen Sharing in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.
Istruzioni per l'Uso dell'Estensione
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.
Informazioni di Base sull'Estensione
Nome | |
ID | lmceijangpnmfmnopiabogbkicchjodj |
URL Ufficiale | https://chrome.google.com/webstore/detail/homelanecom-screen-sharin/lmceijangpnmfmnopiabogbkicchjodj |
Descrizione | This extension is developed primary for http://meetup.homelane.com/. |
Dimensione del File | 11.7 KB |
Conteggio Installazioni | 15 |
Versione Corrente | 1.0 |
Ultimo Aggiornamento | 2015-08-12 |
Data di Pubblicazione | 2015-08-12 |
Valutazione | 5.00/5 Totale 1 Valutazioni |
Sviluppatore | Homelane swadmin |
Tipo di Pagamento | free |
Lingue Supportate | 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" ] } |