RealEstate Price Ranger

Adds price ranges to realestate.com.au listings

Wat is RealEstate Price Ranger?

RealEstate Price Ranger is een Chrome-extensie ontwikkeld door another.brisbane.developer, en de belangrijkste functie is "Adds price ranges to realestate.com.au listings".

Extensie Screenshots

screenshot

Download het CRX-bestand van de extensie RealEstate Price Ranger

Download RealEstate Price Ranger-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

                        Adds the price range set by the agent to the listings on realestate.com.au                    

Basisinformatie over de Extensie

Naam RealEstate Price Ranger RealEstate Price Ranger
ID lmbdcgopjjieoajihfpnoloealnnadba
Officiële URL https://chromewebstore.google.com/detail/realestate-price-ranger/lmbdcgopjjieoajihfpnoloealnnadba
Beschrijving Adds price ranges to realestate.com.au listings
Bestandsgrootte 4.72 KB
Aantal Installaties 48
Huidige Versie 1.0
Laatst Bijgewerkt 2021-08-24
Publicatiedatum 2021-08-24
Beoordeling 5.00/5 Totaal 1 Beoordelingen
Ontwikkelaar another.brisbane.developer
E-mail [email protected]
Betalingswijze free
Ondersteunde Talen en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "RealEstate Price Ranger",
    "description": "Adds price ranges to realestate.com.au listings",
    "version": "1.0",
    "content_scripts": [
        {
            "matches": [
                "*:\/\/www.realestate.com.au\/*",
                "*:\/\/realestate.com.au\/*"
            ],
            "js": [
                "content.js"
            ],
            "run_at": "document_end"
        }
    ]
}