Microburbs

Provides detailed reports and scores for property pages you visit.

Microburbs란 무엇입니까?

Microburbs은(는) https://www.nationmaster.com에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Provides detailed reports and scores for property pages you visit."입니다.

확장 프로그램 스크린샷

screenshot
screenshot
screenshot
screenshot

Microburbs 확장 프로그램 CRX 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        Provides free detailed property reports alongside any Australian property ad you visit. Scores properties based on Convenience, Lifestyle, Affluence, Tranquility, suitability for families and more. 

NationMaster's comprehensive profiles include the property's internet speed, neighbour demographics, zoning, NAPLAN, school catchments, ethnicity, religion, voting preferences, public housing, planning applications, crime and more! It also provides you with nearby amenities like cafes, restaurants, gyms, pubs and nightclubs, complete with ratings. 

Get the Facts the Property Ad Left Out.                    

확장 프로그램 기본 정보

이름 Microburbs Microburbs
ID hihjalbgkgfoofckjhpogeiiahedcdom
공식 URL https://chromewebstore.google.com/detail/microburbs/hihjalbgkgfoofckjhpogeiiahedcdom
설명 Provides detailed reports and scores for property pages you visit.
파일 크기 370 KB
설치 횟수 165
현재 버전 1.0.34
최근 업데이트 2015-11-20
출시 날짜 2015-11-19
평점 5.00/5 총 3 개의 평점
개발자 https://www.nationmaster.com
결제 유형 free
확장 프로그램 웹 사이트 http://www.nationmaster.com/n/
지원되는 언어 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Microburbs",
    "version": "1.0.34",
    "description": "Provides detailed reports and scores for property pages you visit.",
    "homepage_url": "http:\/\/www.microburbs.com.au",
    "manifest_version": 2,
    "permissions": [
        "webRequest",
        "webRequestBlocking",
        "storage",
        "*:\/\/*.realestate.com.au\/*",
        "*:\/\/*.domain.com.au\/*",
        "*:\/\/*.microburbs.com.au\/*"
    ],
    "content_scripts": [
        {
            "all_frames": false,
            "js": [
                "jquery-1.9.1.min.js",
                "jquery-ui-1.9.2.custom.min.js",
                "contentHelper.js",
                "content.js"
            ],
            "matches": [
                "*:\/\/*.realestate.com.au\/*",
                "*:\/\/*.domain.com.au\/*"
            ],
            "run_at": "document_start"
        }
    ],
    "background": {
        "page": "background.html"
    },
    "browser_action": {
        "default_icon": {
            "19": "images\/browser-pane-button-19.png",
            "38": "images\/browser-pane-button-76.png"
        },
        "default_title": "Microburbs.com.au"
    },
    "icons": {
        "16": "images\/browser-pane-button-16.png",
        "18": "images\/browser-pane-button-18.png",
        "32": "images\/browser-pane-button-32.png",
        "36": "images\/browser-pane-button-36.png",
        "48": "images\/browser-pane-button-48.png",
        "76": "images\/browser-pane-button-76.png"
    }
}