Taxlienfinder

Locate Tax Lien Properties on a Map

Taxlienfinderคืออะไร?

Taxlienfinder เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://www.flyawaytrip.com และคุณลักษณะหลักของมันคือ "Locate Tax Lien Properties on a Map"

ภาพหน้าจอของส่วนขยาย

screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Taxlienfinder

ดาวน์โหลดไฟล์ส่วนขยาย 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": []
}