TradeMe Property Assistant

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

Qu'est-ce que TradeMe Property Assistant ?

TradeMe Property Assistant est une extension Chrome développée par George Dewar, et sa fonction principale est "Show travel time to your workplace when you look at property on TradeMe".

Captures d'Écran de l'Extension

screenshot

Télécharger le fichier CRX de l'extension TradeMe Property Assistant

Téléchargez les fichiers d'extension TradeMe Property Assistant 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

                        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.                    

Informations de Base sur l'Extension

Nom TradeMe Property Assistant TradeMe Property Assistant
ID cnnejammadobbkkbkeiifbjkeckgpfin
URL Officiel https://chromewebstore.google.com/detail/trademe-property-assistan/cnnejammadobbkkbkeiifbjkeckgpfin
Description Show travel time to your workplace when you look at property on TradeMe
Taille du Fichier 45.27 KB
Nombre d'Installations 22
Version Actuelle 0.4
Dernière Mise à Jour 2018-04-13
Date de Publication 2018-04-13
Évaluation 3.33/5 Total 3 Évaluations
Développeur George Dewar
Type de Paiement free
Langues Prises en Charge 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"
    }
}