Zillow Price Per Square Foot
Runs in background to automatically add price per square foot right underneath the main asking price of homes
Hvad er Zillow Price Per Square Foot?
Zillow Price Per Square Foot er en Chrome-udvidelse udviklet af dgrant069, og dens hovedfunktion er "Runs in background to automatically add price per square foot right underneath the main asking price of homes".
Udvidelsesskærmbilleder
Download Zillow Price Per Square Foot-udvidelses-CRX-fil
Download Zillow Price Per Square Foot-udvidelsesfiler i crx-format, installer Chrome-udvidelser manuelt i browseren eller del crx-filer med venner for nemt at installere Chrome-udvidelser.
Brugsanvisning til Udvidelsen
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.
Grundlæggende oplysninger om udvidelsen
Navn | Zillow Price Per Square Foot |
ID | pidnjioigjcocochaphjipidpnmnffmc |
Officiel URL | https://chromewebstore.google.com/detail/zillow-price-per-square-f/pidnjioigjcocochaphjipidpnmnffmc |
Beskrivelse | Runs in background to automatically add price per square foot right underneath the main asking price of homes |
Filstørrelse | 35.69 KB |
Antal Installationer | 718 |
Nuværende Version | 0.1 |
Senest Opdateret | 2016-02-03 |
Udgivelsesdato | 2016-02-01 |
Bedømmelse | 4.23/5 Samlet 13 Bedømmelser |
Udvikler | dgrant069 |
Betalingsmetode | free |
Understøttede Sprog | 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" ] } } |