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 http://www.homes.com द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Homes.com is an inspiring and exciting home search partner, providing a helping hand during the often stressful homebuying process."।

एक्सटेंशन स्क्रीनशॉट्स

screenshot
screenshot
screenshot

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में Homes.com Quick Search एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।

एक्सटेंशन उपयोग निर्देश

                        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                    

एक्सटेंशन की मूल जानकारी

नाम Homes.com Quick Search Homes.com Quick Search
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"
        }
    ]
}