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”。
扩展截图
下载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 |
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" } } |