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
Eメール [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": []
}