Locatio
Enhance your property search
Locatio란 무엇입니까?
Locatio은(는) https://arcton.nz에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Enhance your property search"입니다.
확장 프로그램 스크린샷
Locatio 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
When hunting for a house in New Zealand, finding out about a neighbourhood often relies on word-of-mouth and local knowledge that is hard to access or simply inaccurate. We solve this problem by augmenting online property listings with hyper-local data that gives you critical information at a glance, saving time and letting you make a more informed decision. The data is sourced from a wide range of locations, including the New Zealand Census and police crime statistics. Locatio is a free browser extension that formats and visualises this data, displaying it as you browse property listings on Trade Me or Lodge. Data is sourced from Statistics New Zealand 2013 Census meshblock dataset Analysis of public place assaults, sexual assaults, and robberies in 2015 http://www.stats.govt.nz/
확장 프로그램 기본 정보
이름 | Locatio |
ID | egbmcaagcpgnojkdbgigkdkckabmcgpp |
공식 URL | https://chromewebstore.google.com/detail/locatio/egbmcaagcpgnojkdbgigkdkckabmcgpp |
설명 | Enhance your property search |
파일 크기 | 434 KB |
설치 횟수 | 15 |
현재 버전 | 1.3 |
최근 업데이트 | 2017-05-20 |
출시 날짜 | 2017-05-20 |
평점 | 5.00/5 총 2 개의 평점 |
개발자 | https://arcton.nz |
이메일 | [email protected] |
결제 유형 | free |
확장 프로그램 웹 사이트 | http://locatio.arcton.nz |
지원되는 언어 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Locatio", "description": "Enhance your property search", "version": "1.3", "icons": { "16": "icons\/icon16.png", "48": "icons\/icon48.png", "96": "icons\/icon96.png", "128": "icons\/icon128.png" }, "permissions": [ "activeTab", "*:\/\/*.trademe.co.nz\/*", "*:\/\/trademe.co.nz\/*", "*:\/\/*.lodge.co.nz\/*", "*:\/\/lodge.co.nz\/*", "*:\/\/koordinates.com\/services\/query\/*" ], "background": { "scripts": [ "js\/background.js" ], "persistent": false }, "content_scripts": [ { "matches": [ "*:\/\/*.trademe.co.nz\/property\/*-property-*\/auction-*", "*:\/\/*.trademe.co.nz\/Browse\/Listing*", "*:\/\/trademe.co.nz\/property\/*-property-*\/auction-*", "*:\/\/trademe.co.nz\/Browse\/Listing*", "*:\/\/*.lodge.co.nz\/Browse-Properties\/*", "*:\/\/lodge.co.nz\/Browse-Properties\/*" ], "js": [ "js\/app.js" ], "css": [ "style.css" ] } ] } |