Zillow Price Per Square Foot

Runs in background to automatically add price per square foot right underneath the main asking price of homes

What is Zillow Price Per Square Foot?

Zillow Price Per Square Foot is a Chrome extension developed by dgrant069, and its main feature is "Runs in background to automatically add price per square foot right underneath the main asking price of homes".

Extension Screenshots

screenshot

Download Zillow Price Per Square Foot Extension CRX File

Download Zillow Price Per Square Foot extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        Very simple extension made specifically for Zillow home detail pages. Runs in the background once enabled to calculate and display the price per square foot of a listing directly underneath the prominently displayed asking price.                    

Extension Basic Information

Name Zillow Price Per Square Foot Zillow Price Per Square Foot
ID pidnjioigjcocochaphjipidpnmnffmc
Official URL https://chromewebstore.google.com/detail/zillow-price-per-square-f/pidnjioigjcocochaphjipidpnmnffmc
Description Runs in background to automatically add price per square foot right underneath the main asking price of homes
File Size 35.69 KB
Installation Count 718
Current Version 0.1
Last Updated 2016-02-03
Publish Date 2016-02-01
Rating 4.23/5 Total 13 Ratings
Developer dgrant069
Payment Type free
Supported Languages en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Zillow Price Per Square Foot",
    "description": "Runs in background to automatically add price per square foot right underneath the main asking price of homes",
    "version": "0.1",
    "content_scripts": [
        {
            "matches": [
                "http:\/\/www.zillow.com\/homes\/*"
            ],
            "js": [
                "jquery-2.2.0.min.js",
                "content.js"
            ]
        }
    ],
    "background": {
        "scripts": [
            "background.js"
        ]
    }
}