Property Seeker
Calculate the price range for property advertised on Domain and Real Estate.
Vad är Property Seeker?
Property Seeker är en Chrome-tillägg utvecklad av cheesestringer, och dess huvudfunktion är "Calculate the price range for property advertised on Domain and Real Estate.".
Tilläggsskärmbilder
Ladda ner Property Seeker-förlängningens CRX-fil
Ladda ner Property Seeker-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.
Användarmanual för Tillägg
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 Grundläggande Information om Tillägg
| Namn | |
| ID | olfjldooogfhhgklechmbdemheblklga |
| Officiell webbadress | https://chromewebstore.google.com/detail/property-seeker/olfjldooogfhhgklechmbdemheblklga |
| Beskrivning | Calculate the price range for property advertised on Domain and Real Estate. |
| Filstorlek | 7.81 KB |
| Antal Installationer | 3,196 |
| Aktuell Version | 1.0.6 |
| Senast Uppdaterad | 2022-12-27 |
| Publiceringsdatum | 2021-08-12 |
| Betyg | 5.00/5 Totalt 5 Betyg |
| Utvecklare | cheesestringer |
| E-post | [email protected] |
| Betalningssätt | free |
| Tilläggswebbplats | https://github.com/cheesestringer/property-seeker |
| Hjälpsida URL | https://github.com/cheesestringer/property-seeker/issues |
| Stödda Språk | 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"
} | |