Zillow Price Per Square Foot
Runs in background to automatically add price per square foot right underneath the main asking price of homes
Co to jest Zillow Price Per Square Foot?
Zillow Price Per Square Foot to rozszerzenie Chrome opracowane przez dgrant069, a jego główną funkcją jest „Runs in background to automatically add price per square foot right underneath the main asking price of homes”.
Zrzuty ekranu rozszerzenia
Pobierz plik CRX rozszerzenia Zillow Price Per Square Foot
Pobierz pliki rozszerzeń Zillow Price Per Square Foot w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.
Instrukcja Użytkowania Rozszerzenia
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.
Podstawowe informacje o rozszerzeniu
Nazwa | Zillow Price Per Square Foot |
ID | pidnjioigjcocochaphjipidpnmnffmc |
Oficjalny URL | https://chromewebstore.google.com/detail/zillow-price-per-square-f/pidnjioigjcocochaphjipidpnmnffmc |
Opis | Runs in background to automatically add price per square foot right underneath the main asking price of homes |
Rozmiar pliku | 35.69 KB |
Liczba instalacji | 718 |
Aktualna Wersja | 0.1 |
Ostatnia Aktualizacja | 2016-02-03 |
Data Publikacji | 2016-02-01 |
Ocena | 4.23/5 Łącznie 13 Oceny |
Deweloper | dgrant069 |
Typ Płatności | free |
Obsługiwane Języki | 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" ] } } |