Locatio
Enhance your property search
Locatioとは何ですか?
Locatioはhttps://arcton.nzによって開発されたChromeの拡張機能で、その主な機能は「Enhance your property search」です。
拡張機能のスクリーンショット
Locatio拡張機能のCRXファイルをダウンロード
Locatio拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
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 |
Eメール | [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" ] } ] } |