Zillow Price Per Square Foot

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

Wat is Zillow Price Per Square Foot?

Zillow Price Per Square Foot is een Chrome-extensie ontwikkeld door dgrant069, en de belangrijkste functie is "Runs in background to automatically add price per square foot right underneath the main asking price of homes".

Extensie Screenshots

screenshot

Download het CRX-bestand van de extensie Zillow Price Per Square Foot

Download Zillow Price Per Square Foot-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

                        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.                    

Basisinformatie over de Extensie

Naam Zillow Price Per Square Foot Zillow Price Per Square Foot
ID pidnjioigjcocochaphjipidpnmnffmc
Officiële URL https://chromewebstore.google.com/detail/zillow-price-per-square-f/pidnjioigjcocochaphjipidpnmnffmc
Beschrijving Runs in background to automatically add price per square foot right underneath the main asking price of homes
Bestandsgrootte 35.69 KB
Aantal Installaties 718
Huidige Versie 0.1
Laatst Bijgewerkt 2016-02-03
Publicatiedatum 2016-02-01
Beoordeling 4.23/5 Totaal 13 Beoordelingen
Ontwikkelaar dgrant069
Betalingswijze free
Ondersteunde Talen 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"
        ]
    }
}