TradeMe Property Assistant

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

Wat is TradeMe Property Assistant?

TradeMe Property Assistant is een Chrome-extensie ontwikkeld door George Dewar, en de belangrijkste functie is "Show travel time to your workplace when you look at property on TradeMe".

Extensie Screenshots

screenshot

Download het CRX-bestand van de extensie TradeMe Property Assistant

Download TradeMe Property Assistant-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

                        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.                    

Basisinformatie over de Extensie

Naam TradeMe Property Assistant TradeMe Property Assistant
ID cnnejammadobbkkbkeiifbjkeckgpfin
Officiële URL https://chromewebstore.google.com/detail/trademe-property-assistan/cnnejammadobbkkbkeiifbjkeckgpfin
Beschrijving Show travel time to your workplace when you look at property on TradeMe
Bestandsgrootte 45.27 KB
Aantal Installaties 22
Huidige Versie 0.4
Laatst Bijgewerkt 2018-04-13
Publicatiedatum 2018-04-13
Beoordeling 3.33/5 Totaal 3 Beoordelingen
Ontwikkelaar George Dewar
Betalingswijze free
Ondersteunde Talen 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"
    }
}