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?

NeighborWho - Ownership, Deed, and Lien Data是由NeighborWho開發的Chrome擴展程式,該擴展的主要功能是“Use NeighborWho to research additional property information such as Owners, Deeds and Lien information if available”。

擴展截圖

screenshot
screenshot
screenshot

下載NeighborWho - Ownership, Deed, and Lien Data擴展crx文件

下載NeighborWho - Ownership, Deed, and Lien Data擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。

擴展使用說明

                        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..                    

擴展基本資訊

名稱 NeighborWho - Ownership, Deed, and Lien Data NeighborWho - Ownership, Deed, and Lien Data
ID lhamhihppgncnndbfeedpnndpmbmhkcm
官方網址 https://chromewebstore.google.com/detail/neighborwho-ownership-dee/lhamhihppgncnndbfeedpnndpmbmhkcm
簡介 Use NeighborWho to research additional property information such as Owners, Deeds and Lien information if available
檔案大小 2.47 MB
安裝次數 2,133
目前版本 1.0.7
更新時間 2022-05-02
上架時間 2022-03-09
評分 5.00/5 共 4 次評分
開發者 NeighborWho
電子郵箱 [email protected]
付費類型 free
擴展官網 https://www.neighborwho.com/
隱私政策頁面URL https://www.neighborwho.com/privacy-policy
支援的語言 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\/*"
    ]
}