Taxlienfinder

Locate Tax Lien Properties on a Map

What is Taxlienfinder?

Taxlienfinder is a Chrome extension developed by https://www.flyawaytrip.com, and its main feature is "Locate Tax Lien Properties on a Map".

Extension Screenshots

screenshot

Download Taxlienfinder Extension CRX File

Download Taxlienfinder 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

                        This extension will populate tax lien properties from USA counties and cities.
After login on any of the various tax lien government websites (Please visit our website for the list) and do a search for tax lien properties click on button "Show on Tax Lien Finder Map"                    

Extension Basic Information

Name Taxlienfinder Taxlienfinder
ID pkihbcfbbkkjjldhkbehajafkempnceo
Official URL https://chromewebstore.google.com/detail/taxlienfinder/pkihbcfbbkkjjldhkbehajafkempnceo
Description Locate Tax Lien Properties on a Map
File Size 91.37 KB
Installation Count 43
Current Version 0.0.3
Last Updated 2019-11-09
Publish Date 2019-11-09
Rating 5.00/5 Total 1 Ratings
Developer https://www.flyawaytrip.com
Email [email protected]
Payment Type free
Supported Languages en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Taxlienfinder",
    "version": "0.0.3",
    "manifest_version": 2,
    "description": "Locate Tax Lien Properties on a Map",
    "icons": {
        "16": "images\/icon-16.png",
        "128": "images\/icon-128.png"
    },
    "default_locale": "en",
    "permissions": [
        "http:\/\/*\/*",
        "https:\/\/*\/*"
    ],
    "content_scripts": [
        {
            "matches": [
                "*:\/\/*\/*"
            ],
            "js": [
                "scripts\/jquery-2.1.4.js",
                "scripts\/contentscript.js"
            ],
            "css": [
                "styles\/main.css"
            ],
            "run_at": "document_end",
            "all_frames": false
        }
    ],
    "browser_action": []
}