Zillow Price Per Square Foot
Runs in background to automatically add price per square foot right underneath the main asking price of homes
Apa itu Zillow Price Per Square Foot?
Zillow Price Per Square Foot adalah ekstensi Chrome yang dikembangkan oleh dgrant069, dan fitur utamanya adalah "Runs in background to automatically add price per square foot right underneath the main asking price of homes".
Screenshot Ekstensi
Unduh Berkas CRX Ekstensi Zillow Price Per Square Foot
Unduh file ekstensi Zillow Price Per Square Foot dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.
Petunjuk Penggunaan Ekstensi
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.
Informasi Dasar Ekstensi
Nama | Zillow Price Per Square Foot |
ID | pidnjioigjcocochaphjipidpnmnffmc |
URL Resmi | https://chromewebstore.google.com/detail/zillow-price-per-square-f/pidnjioigjcocochaphjipidpnmnffmc |
Deskripsi | Runs in background to automatically add price per square foot right underneath the main asking price of homes |
Ukuran File | 35.69 KB |
Jumlah Instalasi | 718 |
Versi Saat Ini | 0.1 |
Terakhir Diperbarui | 2016-02-03 |
Tanggal Publikasi | 2016-02-01 |
Penilaian | 4.23/5 Total 13 Penilaian |
Pengembang | dgrant069 |
Tipe Pembayaran | free |
Bahasa yang Didukung | 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" ] } } |