Zillow Price Per Square Foot
Runs in background to automatically add price per square foot right underneath the main asking price of homes
Qu'est-ce que Zillow Price Per Square Foot ?
Zillow Price Per Square Foot est une extension Chrome développée par dgrant069, et sa fonction principale est "Runs in background to automatically add price per square foot right underneath the main asking price of homes".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension Zillow Price Per Square Foot
Téléchargez les fichiers d'extension Zillow Price Per Square Foot au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.
Instructions d'Utilisation de l'Extension
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.
Informations de Base sur l'Extension
Nom | Zillow Price Per Square Foot |
ID | pidnjioigjcocochaphjipidpnmnffmc |
URL Officiel | https://chromewebstore.google.com/detail/zillow-price-per-square-f/pidnjioigjcocochaphjipidpnmnffmc |
Description | Runs in background to automatically add price per square foot right underneath the main asking price of homes |
Taille du Fichier | 35.69 KB |
Nombre d'Installations | 718 |
Version Actuelle | 0.1 |
Dernière Mise à Jour | 2016-02-03 |
Date de Publication | 2016-02-01 |
Évaluation | 4.23/5 Total 13 Évaluations |
Développeur | dgrant069 |
Type de Paiement | free |
Langues Prises en Charge | 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" ] } } |