Property Seeker

Calculate the price range for property advertised on Domain and Real Estate.

Qu'est-ce que Property Seeker ?

Property Seeker est une extension Chrome développée par cheesestringer, et sa fonction principale est "Calculate the price range for property advertised on Domain and Real Estate.".

Captures d'Écran de l'Extension

screenshot

Télécharger le fichier CRX de l'extension Property Seeker

Téléchargez les fichiers d'extension Property Seeker au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

                        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                    

Informations de Base sur l'Extension

Nom Property Seeker Property Seeker
ID olfjldooogfhhgklechmbdemheblklga
URL Officiel https://chromewebstore.google.com/detail/property-seeker/olfjldooogfhhgklechmbdemheblklga
Description Calculate the price range for property advertised on Domain and Real Estate.
Taille du Fichier 7.81 KB
Nombre d'Installations 3,196
Version Actuelle 1.0.6
Dernière Mise à Jour 2022-12-27
Date de Publication 2021-08-12
Évaluation 5.00/5 Total 5 Évaluations
Développeur cheesestringer
Email [email protected]
Type de Paiement free
Site Web de l'Extension https://github.com/cheesestringer/property-seeker
URL de la Page d'Aide https://github.com/cheesestringer/property-seeker/issues
Langues Prises en Charge 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"
}