Homelane.com Screen Sharing
This extension is developed primary for http://meetup.homelane.com/.
Homelane.com Screen Sharingとは何ですか?
Homelane.com Screen SharingはHomelane swadminによって開発されたChromeの拡張機能で、その主な機能は「This extension is developed primary for http://meetup.homelane.com/.」です。
拡張機能のスクリーンショット
Homelane.com Screen Sharing拡張機能のCRXファイルをダウンロード
Homelane.com Screen Sharing拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
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" ] } |