Property Seeker
Calculate the price range for property advertised on Domain and Real Estate.
Wat is Property Seeker?
Property Seeker is een Chrome-extensie ontwikkeld door cheesestringer, en de belangrijkste functie is "Calculate the price range for property advertised on Domain and Real Estate.".
Extensie Screenshots
Download het CRX-bestand van de extensie Property Seeker
Download Property Seeker-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
Take the guess work out of house hunting. Finds the hidden advertising range on Domain and Real Estate Australia to make searching for property a bit easier. For any problems or suggestions create an issue listing the details here: https://github.com/cheesestringer/property-seeker/issues If you enjoy the extension feel free to buy me a coffee :) https://www.buymeacoffee.com/cheesestringer
Basisinformatie over de Extensie
Naam | Property Seeker |
ID | olfjldooogfhhgklechmbdemheblklga |
Officiële URL | https://chromewebstore.google.com/detail/property-seeker/olfjldooogfhhgklechmbdemheblklga |
Beschrijving | Calculate the price range for property advertised on Domain and Real Estate. |
Bestandsgrootte | 7.81 KB |
Aantal Installaties | 3,196 |
Huidige Versie | 1.0.6 |
Laatst Bijgewerkt | 2022-12-27 |
Publicatiedatum | 2021-08-12 |
Beoordeling | 5.00/5 Totaal 5 Beoordelingen |
Ontwikkelaar | cheesestringer |
[email protected] | |
Betalingswijze | free |
Extensiewebsite | https://github.com/cheesestringer/property-seeker |
Help Pagina-URL | https://github.com/cheesestringer/property-seeker/issues |
Ondersteunde Talen | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Property Seeker", "version": "1.0.6", "description": "Calculate the price range for property advertised on Domain and Real Estate.", "background": { "scripts": [ "background.js" ], "persistent": true }, "icons": { "48": "icons\/icon48.png", "128": "icons\/icon128.png" }, "permissions": [ "https:\/\/*.domain.com.au\/*", "https:\/\/*.realestate.com.au\/*" ], "manifest_version": 2, "content_security_policy": "default-src 'none'; style-src 'self'; script-src 'self'; connect-src https:\/\/*.domain.com.au https:\/\/*.realestate.com.au" } |