Property Seeker
Calculate the price range for property advertised on Domain and Real Estate.
What is Property Seeker?
Property Seeker is a Chrome extension developed by cheesestringer, and its main feature is "Calculate the price range for property advertised on Domain and Real Estate.".
Extension Screenshots
Download Property Seeker Extension CRX File
Download Property Seeker extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
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
Extension Basic Information
Name | Property Seeker |
ID | olfjldooogfhhgklechmbdemheblklga |
Official URL | https://chromewebstore.google.com/detail/property-seeker/olfjldooogfhhgklechmbdemheblklga |
Description | Calculate the price range for property advertised on Domain and Real Estate. |
File Size | 7.81 KB |
Installation Count | 3,196 |
Current Version | 1.0.6 |
Last Updated | 2022-12-27 |
Publish Date | 2021-08-12 |
Rating | 5.00/5 Total 5 Ratings |
Developer | cheesestringer |
[email protected] | |
Payment Type | free |
Extension Website | https://github.com/cheesestringer/property-seeker |
Help Page URL | https://github.com/cheesestringer/property-seeker/issues |
Supported Languages | 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" } |