Homelane.com Screen Sharing
This extension is developed primary for http://meetup.homelane.com/.
Homelane.com Screen Sharingคืออะไร?
Homelane.com Screen Sharing เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Homelane swadmin และคุณลักษณะหลักของมันคือ "This extension is developed primary for http://meetup.homelane.com/."
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Homelane.com Screen Sharing
ดาวน์โหลดไฟล์ส่วนขยาย 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" ] } |