TradeMe Property Assistant
Show travel time to your workplace when you look at property on TradeMe
What is TradeMe Property Assistant?
TradeMe Property Assistant is a Chrome extension developed by George Dewar, and its main feature is "Show travel time to your workplace when you look at property on TradeMe".
Extension Screenshots
Download TradeMe Property Assistant Extension CRX File
Download TradeMe Property Assistant extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
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.
Extension Basic Information
Name | TradeMe Property Assistant |
ID | cnnejammadobbkkbkeiifbjkeckgpfin |
Official URL | https://chromewebstore.google.com/detail/trademe-property-assistan/cnnejammadobbkkbkeiifbjkeckgpfin |
Description | Show travel time to your workplace when you look at property on TradeMe |
File Size | 45.27 KB |
Installation Count | 22 |
Current Version | 0.4 |
Last Updated | 2018-04-13 |
Publish Date | 2018-04-13 |
Rating | 3.33/5 Total 3 Ratings |
Developer | George Dewar |
Payment Type | free |
Supported Languages | 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" } } |