Taxlienfinder

Locate Tax Lien Properties on a Map

什么是Taxlienfinder?

Taxlienfinder是由https://www.flyawaytrip.com开发的Chrome扩展程序,该扩展的主要功能是“Locate Tax Lien Properties on a Map”。

扩展截图

screenshot

下载Taxlienfinder扩展crx文件

下载Taxlienfinder扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。

扩展使用说明

                        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"                    

扩展基本信息

名称 Taxlienfinder Taxlienfinder
ID pkihbcfbbkkjjldhkbehajafkempnceo
官方URL https://chromewebstore.google.com/detail/taxlienfinder/pkihbcfbbkkjjldhkbehajafkempnceo
简介 Locate Tax Lien Properties on a Map
文件大小 91.37 KB
安装次数 43
当前版本 0.0.3
更新时间 2019-11-09
上架时间 2019-11-09
评分 5.00/5 共1次评分
开发者 https://www.flyawaytrip.com
电子邮箱 [email protected]
付费类型 free
支持的语言 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": []
}