Homr Home Bookmark (Zillow Personal Advisor)

Looking to buy or rent a home? Homr helps you find, organize and decide. Can be a personal advisor for Zillow and other mediums.

What is Homr Home Bookmark (Zillow Personal Advisor)?

Homr Home Bookmark (Zillow Personal Advisor) is a Chrome extension developed by homepersonaladvisor, and its main feature is "Looking to buy or rent a home? Homr helps you find, organize and decide. Can be a personal advisor for Zillow and other mediums.".

Extension Screenshots

screenshot

Download Homr Home Bookmark (Zillow Personal Advisor) Extension CRX File

Download Homr Home Bookmark (Zillow Personal Advisor) extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        Are you looking to buy or rent a home? Homr helps you find, organize and decide. It works on MLS and other sites. Some sites it works on are: 

 🚀 Zillow Zillow.com
 🚀 Realtor Realtor.com
 🚀 MLS
 🚀 Trulia Trulia.com
 🚀 Foreclosure foreclosure.com
 🚀 Apartments Apartments.com
 🚀 FSBO FSBO.com
 🚀 Most home/apartment/condos search sites.

If you are looking for a home to buy or rent, a realtor, or just someone looking,  you can use Homr to organize the listing. 

PS: Homr was previously called Zillow Home Advisor.                    

Extension Basic Information

Name Homr Home Bookmark (Zillow Personal Advisor) Homr Home Bookmark (Zillow Personal Advisor)
ID ggkbabbeajcoacmcgobollpffemnkkll
Official URL https://chromewebstore.google.com/detail/homr-home-bookmark-zillow/ggkbabbeajcoacmcgobollpffemnkkll
Description Looking to buy or rent a home? Homr helps you find, organize and decide. Can be a personal advisor for Zillow and other mediums.
File Size 1.28 MB
Installation Count 653
Current Version 1.0.1
Last Updated 2021-07-03
Publish Date 2015-02-09
Rating 4.13/5 Total 23 Ratings
Developer homepersonaladvisor
Email [email protected]
Payment Type free
Privacy Policy Page URL https://www.rocketsend.io/tos-privacy
Supported Languages en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Homr Home Bookmark (Zillow Personal Advisor)",
    "version": "1.0.1",
    "manifest_version": 3,
    "description": "Looking to buy or rent a home? Homr helps you find, organize and decide. Can be a personal advisor for Zillow and other mediums.",
    "icons": {
        "16": "imgs\/icons\/icon16.png",
        "32": "imgs\/icons\/icon32.png",
        "48": "imgs\/icons\/icon48.png",
        "128": "imgs\/icons\/icon128.png"
    },
    "content_scripts": [
        {
            "matches": [
                "https:\/\/*.zillow.com\/*",
                "https:\/\/*.realtor.com\/*",
                "https:\/\/*.realtor.ca\/*",
                "https:\/\/*.trulia.com\/*",
                "https:\/\/*.foreclosure.com\/*",
                "https:\/\/*.apartments.com\/*",
                "https:\/\/*.fsbo.com\/*"
            ],
            "js": [
                "js\/content.js"
            ]
        }
    ],
    "background": {
        "service_worker": "main-service-worker.js"
    },
    "permissions": [
        "storage"
    ],
    "web_accessible_resources": [
        {
            "resources": [
                "imgs\/loading.gif"
            ],
            "matches": [
                ""
            ],
            "extension_ids": []
        },
        {
            "resources": [
                "imgs\/icons\/icon48.png"
            ],
            "matches": [
                ""
            ],
            "extension_ids": []
        },
        {
            "resources": [
                "homr-audit-page\/audit-dashboard.html"
            ],
            "matches": [
                ""
            ],
            "extension_ids": []
        }
    ]
}