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 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
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" } } |