Homes.com Quick Search
Homes.com is an inspiring and exciting home search partner, providing a helping hand during the often stressful homebuying process.
Homes.com Quick Searchคืออะไร?
Homes.com Quick Search เป็นส่วนขยายของ Chrome ที่พัฒนาโดย http://www.homes.com และคุณลักษณะหลักของมันคือ "Homes.com is an inspiring and exciting home search partner, providing a helping hand during the often stressful homebuying process."
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Homes.com Quick Search
ดาวน์โหลดไฟล์ส่วนขยาย Homes.com Quick Search ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
As one of the nation’s top online real estate destinations, Homes.com inspires consumers to dream big. From affordable houses to luxurious estates, condos and more, Homes.com features more than four million property listings and a user-friendly format, making finding your next home or a real estate professional easy. Visitors to the Homes.com blog, Facebook page, Pinterest and Twitter account will find a collection of rich content and posts on DIY projects, painting, gardening and more, providing the ultimate resource for everything home related. From purchasing a first home, to upgrading, downsizing and everything in between, Homes.com is an inspiring and engaging partner in every phase of the homebuying process. Homes.com is a division of Dominion Enterprises, a leading marketing services and publishing company headquartered in Norfolk, Virginia. ---------------------------------------------- 2013-09-19 v1.1.2 Update - Updated extension name - Small bug fix
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | |
ID | galcggdijkkfdblllelfmhdpejhkfkob |
URL อย่างเป็นทางการ | https://chrome.google.com/webstore/detail/homescom-quick-search/galcggdijkkfdblllelfmhdpejhkfkob |
คำอธิบาย | Homes.com is an inspiring and exciting home search partner, providing a helping hand during the often stressful homebuying process. |
ขนาดไฟล์ | 105 KB |
จำนวนการติดตั้ง | 418 |
เวอร์ชันปัจจุบัน | 1.1.2 |
อัปเดตครั้งล่าสุด | 2013-09-19 |
วันที่เผยแพร่ | 2013-09-19 |
คะแนน | 5.00/5 รวมทั้งหมด 6 คะแนน |
ผู้พัฒนา | http://www.homes.com |
ประเภทการชำระเงิน | free |
ภาษาที่รองรับ | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Homes.com Quick Search", "version": "1.1.2", "manifest_version": 2, "description": "Homes.com is an inspiring and exciting home search partner, providing a helping hand during the often stressful homebuying process.", "icons": { "16": "resources\/icon-48x48.png", "48": "resources\/icon-48x48.png", "128": "resources\/icon-128x128.png" }, "browser_action": { "default_title": "Homes.com Real Estate Quick Search", "default_icon": "resources\/icon-128x128.png", "default_popup": "popup.html" }, "background": { "scripts": [ "omnibox.js" ], "persistent": false }, "omnibox": { "keyword": "homes" }, "content_security_policy": "script-src 'self' https:\/\/ssl.google-analytics.com; object-src 'self'", "permissions": [ "http:\/\/*.homes.com\/*", "unlimitedStorage", "notifications" ], "content_scripts": [ { "matches": [ "http:\/\/*.homes.com\/*" ], "js": [ "content.js" ], "run_at": "document_end" } ] } |