Zillow Price Per Square Foot
Runs in background to automatically add price per square foot right underneath the main asking price of homes
Τι είναι το Zillow Price Per Square Foot;
Το Zillow Price Per Square Foot είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον dgrant069, και η κύρια λειτουργία του είναι "Runs in background to automatically add price per square foot right underneath the main asking price of homes".
Στιγμιότυπα Επέκτασης
Λήψη αρχείου CRX της επέκτασης Zillow Price Per Square Foot
Λήψη αρχείων επέκτασης Zillow Price Per Square Foot σε μορφή crx, εγκατάσταση των επεκτάσεων Chrome μη αυτόματα στον περιηγητή ή κοινοποίηση των αρχείων crx με φίλους για εύκολη εγκατάσταση των επεκτάσεων Chrome.
Οδηγίες Χρήσης της Επέκτασης
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.
Βασικές Πληροφορίες Επέκτασης
Όνομα | Zillow Price Per Square Foot |
ID | pidnjioigjcocochaphjipidpnmnffmc |
Επίσημο URL | https://chromewebstore.google.com/detail/zillow-price-per-square-f/pidnjioigjcocochaphjipidpnmnffmc |
Περιγραφή | Runs in background to automatically add price per square foot right underneath the main asking price of homes |
Μέγεθος Αρχείου | 35.69 KB |
Αριθμός Εγκαταστάσεων | 718 |
Τρέχουσα Έκδοση | 0.1 |
Τελευταία Ενημέρωση | 2016-02-03 |
Ημερομηνία Δημοσίευσης | 2016-02-01 |
Αξιολόγηση | 4.23/5 Συνολικά 13 Αξιολογήσεις |
Προγραμματιστής | dgrant069 |
Τύπος Πληρωμής | free |
Υποστηριζόμενες Γλώσσες | 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" ] } } |