Zillow Price Per Square Foot
Runs in background to automatically add price per square foot right underneath the main asking price of homes
Co je Zillow Price Per Square Foot?
Zillow Price Per Square Foot je rozšíření Chrome vyvinuté dgrant069, a jeho hlavní funkcí je „Runs in background to automatically add price per square foot right underneath the main asking price of homes“.
Snímky obrazovky rozšíření
Stáhnout soubor CRX rozšíření Zillow Price Per Square Foot
Stáhněte si soubory rozšíření Zillow Price Per Square Foot ve formátu crx, ručně nainstalujte rozšíření Chrome do prohlížeče nebo sdílejte soubory crx s přáteli, abyste jednoduše nainstalovali rozšíření Chrome.
Pokyny pro Použití Rozšíření
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.
Základní Informace o Rozšíření
Název | Zillow Price Per Square Foot |
ID | pidnjioigjcocochaphjipidpnmnffmc |
Oficiální URL | https://chromewebstore.google.com/detail/zillow-price-per-square-f/pidnjioigjcocochaphjipidpnmnffmc |
Popis | Runs in background to automatically add price per square foot right underneath the main asking price of homes |
Velikost souboru | 35.69 KB |
Počet instalací | 718 |
Aktuální Verze | 0.1 |
Poslední Aktualizace | 2016-02-03 |
Datum Vydání | 2016-02-01 |
Hodnocení | 4.23/5 Celkem 13 Hodnocení |
Vývojář | dgrant069 |
Typ Platby | free |
Podporované Jazyky | 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" ] } } |