Locatio

Enhance your property search

Locatioคืออะไร?

Locatio เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://arcton.nz และคุณลักษณะหลักของมันคือ "Enhance your property search"

ภาพหน้าจอของส่วนขยาย

screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Locatio

ดาวน์โหลดไฟล์ส่วนขยาย 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 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"
            ]
        }
    ]
}