Taxlienfinder
Locate Tax Lien Properties on a Map
Wat is Taxlienfinder?
Taxlienfinder is een Chrome-extensie ontwikkeld door https://www.flyawaytrip.com, en de belangrijkste functie is "Locate Tax Lien Properties on a Map".
Extensie Screenshots
Download het CRX-bestand van de extensie Taxlienfinder
Download Taxlienfinder-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
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"
Basisinformatie over de Extensie
Naam | Taxlienfinder |
ID | pkihbcfbbkkjjldhkbehajafkempnceo |
Officiële URL | https://chromewebstore.google.com/detail/taxlienfinder/pkihbcfbbkkjjldhkbehajafkempnceo |
Beschrijving | Locate Tax Lien Properties on a Map |
Bestandsgrootte | 91.37 KB |
Aantal Installaties | 43 |
Huidige Versie | 0.0.3 |
Laatst Bijgewerkt | 2019-11-09 |
Publicatiedatum | 2019-11-09 |
Beoordeling | 5.00/5 Totaal 1 Beoordelingen |
Ontwikkelaar | https://www.flyawaytrip.com |
[email protected] | |
Betalingswijze | free |
Ondersteunde Talen | 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": [] } |