TradeMe Property Assistant

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

TradeMe Property Assistantとは何ですか?

TradeMe Property AssistantはGeorge Dewarによって開発されたChromeの拡張機能で、その主な機能は「Show travel time to your workplace when you look at property on TradeMe」です。

拡張機能のスクリーンショット

screenshot

TradeMe Property Assistant拡張機能のCRXファイルをダウンロード

TradeMe Property Assistant拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。

拡張機能の使用方法

                        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.                    

拡張機能の基本情報

名前 TradeMe Property Assistant TradeMe Property Assistant
ID cnnejammadobbkkbkeiifbjkeckgpfin
公式URL https://chromewebstore.google.com/detail/trademe-property-assistan/cnnejammadobbkkbkeiifbjkeckgpfin
説明 Show travel time to your workplace when you look at property on TradeMe
ファイルサイズ 45.27 KB
インストール数 22
現在のバージョン 0.4
最終更新日 2018-04-13
公開日 2018-04-13
評価 3.33/5 合計 3 レビュー
開発者 George Dewar
支払い方法 free
対応言語 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"
    }
}