School Zones AU

Enhances real estate listings with links to school zone maps

School Zones AU क्या है?

School Zones AU https://melbourneschoolzones.com द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Enhances real estate listings with links to school zone maps"।

एक्सटेंशन स्क्रीनशॉट्स

screenshot
screenshot
screenshot
screenshot

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में School Zones AU एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।

एक्सटेंशन उपयोग निर्देश

                        This extension integrates melbourneschoolzones.com, a website that shows Melbourne school zones on a map, with popular Australian real estate listings websites.

It works by enhancing the listing's page to include a link to melbourneschoolzones.com that will mark the address on the map and highlight the relevant school zone.

The map is an approximation only. Contact the school for definitive zone information.

Currently supported locations:
- Melbourne

Currently supported real estate websites:
- www.realestate.com.au

Usage is simple:
- Install extension
- Navigate to a list page or a listing page in realestate.com.au
- A small clickable icon will appear next to the listing's address with the link
- Another icon will appear in the browser's address bar, clicking it will open the settings menu

Bugs, feedback - use the web store's feedback system or email [email protected]

Suggestions - add and vote at https://melbourneschoolzones.uservoice.com

Disclaimer

Every reasonable effort has been made to ensure the accuracy of the data. The data utilized is updated periodically and therefore may not reflect the most current information. When possible, data refresh information will be posted.

MELBOURNESCHOOLZONES.COM MAKES NO WARRANTY OF MERCHANTABILITY OR WARRANTY FOR FITNESS OF USE FOR A PARTICULAR PURPOSE, EXPRESSED OR IMPLIED, WITH RESPECT TO THIS APPLICATION OR THE UNDERLYING DATA. Any users of this tool or the data, accepts same AS IS, WITH ALL FAULTS, and assumes all responsibility for the use thereof, and further covenants and agrees to hold melbourneschoolzones.com harmless from and against all damage, loss,or liability arising from any use of this tool.                    

एक्सटेंशन की मूल जानकारी

नाम School Zones AU School Zones AU
ID fljdllmmpknkokddblebpgndfhdkhkpn
आधिकारिक URL https://chromewebstore.google.com/detail/school-zones-au/fljdllmmpknkokddblebpgndfhdkhkpn
विवरण Enhances real estate listings with links to school zone maps
फ़ाइल का आकार 559 KB
स्थापना संख्या 144
वर्तमान संस्करण 0.2
अंतिम अपडेट 2015-09-15
प्रकाशन तिथि 2015-09-14
रेटिंग 5.00/5 कुल 2 रेटिंग्स
डेवलपर https://melbourneschoolzones.com
भुगतान के प्रकार free
एक्सटेंशन वेबसाइट http://melbourneschoolzones.com
समर्थित भाषाएँ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "School Zones AU",
    "description": "Enhances real estate listings with links to school zone maps",
    "version": "0.2",
    "permissions": [
        "declarativeContent",
        "storage"
    ],
    "page_action": {
        "default_icon": {
            "19": "icon-19.png",
            "38": "icon-38.png"
        },
        "default_title": "School Zones AU",
        "default_popup": "popup.html"
    },
    "background": {
        "scripts": [
            "background.js"
        ],
        "persistent": false
    },
    "content_scripts": [
        {
            "css": [
                "fa-4.4.0\/css\/font-awesome.min.css"
            ],
            "js": [
                "jquery-2.1.4.min.js",
                "realestate.js"
            ],
            "matches": [
                "*:\/\/*.realestate.com.au\/*"
            ]
        }
    ],
    "web_accessible_resources": [
        "fa-4.4.0\/fonts\/fontawesome-webfont.eot",
        "fa-4.4.0\/fonts\/fontawesome-webfont.svg",
        "fa-4.4.0\/fonts\/fontawesome-webfont.ttf",
        "fa-4.4.0\/fonts\/fontawesome-webfont.woff",
        "fa-4.4.0\/fonts\/fontawesome-webfont.woff2",
        "fa-4.4.0\/fonts\/FontAwesome.otf"
    ],
    "icons": {
        "16": "icon-16.png",
        "48": "icon-48.png",
        "128": "icon-128.png"
    }
}