TradeMe Property Assistant

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

TradeMe Property Assistant là gì?

TradeMe Property Assistant là một tiện ích mở rộng Chrome được phát triển bởi George Dewar, và tính năng chính của nó là "Show travel time to your workplace when you look at property on TradeMe".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot

Tải xuống tệp CRX của tiện ích mở rộng TradeMe Property Assistant

Tải xuống các tệp mở rộng TradeMe Property Assistant dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        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.                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên TradeMe Property Assistant TradeMe Property Assistant
ID cnnejammadobbkkbkeiifbjkeckgpfin
URL Chính Thức https://chromewebstore.google.com/detail/trademe-property-assistan/cnnejammadobbkkbkeiifbjkeckgpfin
Mô tả Show travel time to your workplace when you look at property on TradeMe
Kích Thước Tệp 45.27 KB
Số Lần Cài Đặt 22
Phiên Bản Hiện Tại 0.4
Cập Nhật Lần Cuối 2018-04-13
Ngày Phát Hành 2018-04-13
Đánh Giá 3.33/5 Tổng số 3 Đánh Giá
Nhà Phát Triển George Dewar
Loại Thanh Toán free
Ngôn Ngữ Được Hỗ Trợ 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"
    }
}