Taxlienfinder
Locate Tax Lien Properties on a Map
Cos'è Taxlienfinder?
Taxlienfinder è un'estensione di Chrome sviluppata da https://www.flyawaytrip.com, e la sua funzione principale è "Locate Tax Lien Properties on a Map".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione Taxlienfinder
Scarica i file di estensione Taxlienfinder in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.
Istruzioni per l'Uso dell'Estensione
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"
Informazioni di Base sull'Estensione
Nome | Taxlienfinder |
ID | pkihbcfbbkkjjldhkbehajafkempnceo |
URL Ufficiale | https://chromewebstore.google.com/detail/taxlienfinder/pkihbcfbbkkjjldhkbehajafkempnceo |
Descrizione | Locate Tax Lien Properties on a Map |
Dimensione del File | 91.37 KB |
Conteggio Installazioni | 43 |
Versione Corrente | 0.0.3 |
Ultimo Aggiornamento | 2019-11-09 |
Data di Pubblicazione | 2019-11-09 |
Valutazione | 5.00/5 Totale 1 Valutazioni |
Sviluppatore | https://www.flyawaytrip.com |
[email protected] | |
Tipo di Pagamento | free |
Lingue Supportate | 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": [] } |