NeighborWho - Ownership, Deed, and Lien Data

Use NeighborWho to research additional property information such as Owners, Deeds and Lien information if available

NeighborWho - Ownership, Deed, and Lien Data là gì?

NeighborWho - Ownership, Deed, and Lien Data là một tiện ích mở rộng Chrome được phát triển bởi NeighborWho, và tính năng chính của nó là "Use NeighborWho to research additional property information such as Owners, Deeds and Lien information if available".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot
screenshot
screenshot

Tải xuống tệp CRX của tiện ích mở rộng NeighborWho - Ownership, Deed, and Lien Data

Tải xuống các tệp mở rộng NeighborWho - Ownership, Deed, and Lien Data dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        Research owner contact info and in-depth property insights for listings on Zillow®. Just browse as usual, and click the NeighborWho icon to access available owner contacts, deed histories, liens, possible residents, and more.

What is NeighborWho?
NeighborWho compiles trusted public records into one comprehensive, user-friendly report. Unlike other real-estate sites, NeighborWho also provides actionable contact information, making it that much easier to connect directly with homeowners, prospects, and potential clients.

What can you do with it?
Find real-estate comps, estimated valuations, and property characteristics, or simply explore your next investment opportunity. 

Who is it good for?
NeighborWho is great for homeowners, developers, residential agents, appraisers, and investors. If you need up-to-date real-estate data and contacts, NeighborWho is your property-insight power tool.

This extension is FREE for NeighborWho members. Our affordable plans include monthly and quarterly options, along with a 1-week trial. Sign up today for priceless property insights. 

Learn more at NeighborWho.com.

___________

Zillow® is a registered trademark of Zillow, Inc..                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên NeighborWho - Ownership, Deed, and Lien Data NeighborWho - Ownership, Deed, and Lien Data
ID lhamhihppgncnndbfeedpnndpmbmhkcm
URL Chính Thức https://chromewebstore.google.com/detail/neighborwho-ownership-dee/lhamhihppgncnndbfeedpnndpmbmhkcm
Mô tả Use NeighborWho to research additional property information such as Owners, Deeds and Lien information if available
Kích Thước Tệp 2.47 MB
Số Lần Cài Đặt 2,133
Phiên Bản Hiện Tại 1.0.7
Cập Nhật Lần Cuối 2022-05-02
Ngày Phát Hành 2022-03-09
Đánh Giá 5.00/5 Tổng số 4 Đánh Giá
Nhà Phát Triển NeighborWho
Email [email protected]
Loại Thanh Toán free
Trang Web Mở Rộng https://www.neighborwho.com/
URL Trang Chính Sách Bảo Mật https://www.neighborwho.com/privacy-policy
Ngôn Ngữ Được Hỗ Trợ en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "NeighborWho - Ownership, Deed, and Lien Data",
    "description": "Use NeighborWho to research additional property information such as Owners, Deeds and Lien information if available",
    "version": "1.0.7",
    "background": {
        "service_worker": "\/js\/background.js",
        "type": "module"
    },
    "content_scripts": [
        {
            "all_frames": false,
            "js": [
                "\/js\/content.js"
            ],
            "css": [
                "\/assets\/css\/style.css"
            ],
            "matches": [
                "https:\/\/*.zillow.com\/*"
            ],
            "run_at": "document_end"
        }
    ],
    "action": {
        "default_icon": "\/assets\/images\/nw-icon.png",
        "default_title": "NeighborWho"
    },
    "content_security_policy": {
        "extension_pages": "script-src 'self' ; object-src 'self'"
    },
    "icons": {
        "16": "\/assets\/images\/nw-icon.png",
        "32": "\/assets\/images\/nw-icon.png",
        "64": "\/assets\/images\/nw-icon.png",
        "128": "\/assets\/images\/nw-icon.png"
    },
    "permissions": [
        "storage",
        "cookies",
        "tabs",
        "webNavigation"
    ],
    "web_accessible_resources": [
        {
            "resources": [
                "\/assets\/*"
            ],
            "matches": [
                "*:\/\/www.zillow.com\/*"
            ]
        }
    ],
    "host_permissions": [
        "https:\/\/*.google.com\/*",
        "https:\/\/*.gstatic.com\/*",
        "*:\/\/www.neighborwho.com\/*",
        "*:\/\/www.zillow.com\/*"
    ]
}