TradeMe Property Assistant

Show travel time to your workplace when you look at property on TradeMe

Was ist TradeMe Property Assistant?

TradeMe Property Assistant ist eine Chrome-Erweiterung, die von George Dewar entwickelt wurde, und ihr Hauptmerkmal ist "Show travel time to your workplace when you look at property on TradeMe".

Erweiterungsscreenshots

screenshot

TradeMe Property Assistant-Erweiterungs-CRX-Datei herunterladen

Laden Sie TradeMe Property Assistant-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.

Anleitung zur Verwendung der Erweiterung

                        TradeMe Property Assistant supplements property listings with useful information that can help you easily make a more informed decision about whether you're interested.

You can configure where you work and when you work, and it will add a section to property listings showing how long the commute will be, using Google Directions.

When you install TradeMe Property Assistant, head to the Options page first to enter in your workplace details.                    

Grundlegende Informationen zur Erweiterung

Name TradeMe Property Assistant TradeMe Property Assistant
ID cnnejammadobbkkbkeiifbjkeckgpfin
Offizielle URL https://chromewebstore.google.com/detail/trademe-property-assistan/cnnejammadobbkkbkeiifbjkeckgpfin
Beschreibung Show travel time to your workplace when you look at property on TradeMe
Dateigröße 45.27 KB
Installationsanzahl 22
Aktuelle Version 0.4
Letztes Update 2018-04-13
Veröffentlichungsdatum 2018-04-13
Bewertung 3.33/5 Insgesamt 3 Bewertungen
Entwickler George Dewar
Zahlungsart free
Unterstützte Sprachen en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "TradeMe Property Assistant",
    "version": "0.4",
    "description": "Show travel time to your workplace when you look at property on TradeMe",
    "content_scripts": [
        {
            "matches": [
                "https:\/\/www.trademe.co.nz\/*"
            ],
            "js": [
                "jquery-1.11.1.min.js",
                "defaults.js",
                "components\/traveltime.js",
                "contentscript.js"
            ],
            "run_at": "document_end"
        }
    ],
    "permissions": [
        "http:\/\/maps.googleapis.com\/",
        "http:\/\/www.watchmystreet.co.nz\/",
        "storage"
    ],
    "options_page": "options.html",
    "web_accessible_resources": [
        "img\/*"
    ],
    "icons": {
        "128": "img\/icon-128.png"
    }
}