Microburbs

Provides detailed reports and scores for property pages you visit.

Microburbs là gì?

Microburbs là một tiện ích mở rộng Chrome được phát triển bởi https://www.nationmaster.com, và tính năng chính của nó là "Provides detailed reports and scores for property pages you visit.".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot
screenshot
screenshot
screenshot

Tải xuống tệp CRX của tiện ích mở rộng Microburbs

Tải xuống các tệp mở rộng Microburbs dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        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.                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên Microburbs Microburbs
ID hihjalbgkgfoofckjhpogeiiahedcdom
URL Chính Thức https://chromewebstore.google.com/detail/microburbs/hihjalbgkgfoofckjhpogeiiahedcdom
Mô tả Provides detailed reports and scores for property pages you visit.
Kích Thước Tệp 370 KB
Số Lần Cài Đặt 165
Phiên Bản Hiện Tại 1.0.34
Cập Nhật Lần Cuối 2015-11-20
Ngày Phát Hành 2015-11-19
Đánh Giá 5.00/5 Tổng số 3 Đánh Giá
Nhà Phát Triển https://www.nationmaster.com
Loại Thanh Toán free
Trang Web Mở Rộng http://www.nationmaster.com/n/
Ngôn Ngữ Được Hỗ Trợ 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"
    }
}