TradeMe Property Assistant

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

Apa itu TradeMe Property Assistant?

TradeMe Property Assistant adalah ekstensi Chrome yang dikembangkan oleh George Dewar, dan fitur utamanya adalah "Show travel time to your workplace when you look at property on TradeMe".

Screenshot Ekstensi

screenshot

Unduh Berkas CRX Ekstensi TradeMe Property Assistant

Unduh file ekstensi TradeMe Property Assistant dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.

Petunjuk Penggunaan Ekstensi

                        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.                    

Informasi Dasar Ekstensi

Nama TradeMe Property Assistant TradeMe Property Assistant
ID cnnejammadobbkkbkeiifbjkeckgpfin
URL Resmi https://chromewebstore.google.com/detail/trademe-property-assistan/cnnejammadobbkkbkeiifbjkeckgpfin
Deskripsi Show travel time to your workplace when you look at property on TradeMe
Ukuran File 45.27 KB
Jumlah Instalasi 22
Versi Saat Ini 0.4
Terakhir Diperbarui 2018-04-13
Tanggal Publikasi 2018-04-13
Penilaian 3.33/5 Total 3 Penilaian
Pengembang George Dewar
Tipe Pembayaran free
Bahasa yang Didukung 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"
    }
}