Better Zillow
Turn Zillow into a Google Map for finding Real Estate.
Τι είναι το Better Zillow;
Το Better Zillow είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον https://growthipedia.com, και η κύρια λειτουργία του είναι "Turn Zillow into a Google Map for finding Real Estate.".
Στιγμιότυπα Επέκτασης
Λήψη αρχείου CRX της επέκτασης Better Zillow
Λήψη αρχείων επέκτασης Better Zillow σε μορφή crx, εγκατάσταση των επεκτάσεων Chrome μη αυτόματα στον περιηγητή ή κοινοποίηση των αρχείων crx με φίλους για εύκολη εγκατάσταση των επεκτάσεων Chrome.
Οδηγίες Χρήσης της Επέκτασης
Better Zillow allows you to turn the maps on Zillow.com into full screen, real estate maps. It helps optimize Zillow for the larger screens found on desktop and laptop computers. The larger interface helps in the following ways: - 1. Location. Location. Location. You can focus more on real estate locations instead of real estate listings. - 2. Stop letting your screen go to waste. Utilize more of your computer screen. - 3. Spy on your neighborhood. Now you can quickly and easily find out what property values are in your current or potential area. - 4. Track property sales. Quickly visually what parts of your neighborhood, city or state are experiencing recent sales. TIPS 1. Log into your Zillow Account prior to using the extension if you plan to save properties. 2. Use the search tool to view recently sold properties in your area by selecting the "Sold" filter from the top search bar. 3. Enter in your state or city and select "For Sale" to get an idea of which areas have the most real estate for sale. *** Recent Updates *** Version: 0.0.0.3 Dated: 2023-01-19 Description 1) New ability to enable/disable extension 2) New support for full screen map searching on Realtor.com 3) New ability to submit feature requests directly within the extension 4) New link to changelog for the extension 5) New credits to extension creator
Βασικές Πληροφορίες Επέκτασης
Όνομα | Better Zillow |
ID | edfjgelbecgpcfmlekmpdoefhkhbeodi |
Επίσημο URL | https://chromewebstore.google.com/detail/better-zillow/edfjgelbecgpcfmlekmpdoefhkhbeodi |
Περιγραφή | Turn Zillow into a Google Map for finding Real Estate. |
Μέγεθος Αρχείου | 96.07 KB |
Αριθμός Εγκαταστάσεων | 2,749 |
Τρέχουσα Έκδοση | 0.0.0.4 |
Τελευταία Ενημέρωση | 2023-02-02 |
Ημερομηνία Δημοσίευσης | 2020-03-08 |
Αξιολόγηση | 5.00/5 Συνολικά 7 Αξιολογήσεις |
Προγραμματιστής | https://growthipedia.com |
Ηλεκτρονικό ταχυδρομείο | [email protected] |
Τύπος Πληρωμής | free |
Ιστότοπος Επέκτασης | https://www.growthipedia.com/tools/better-zillow |
Διεύθυνση URL της Σελίδας Βοήθειας | https://www.growthipedia.com/tools/better-zillow |
URL της Σελίδας Πολιτικής Απορρήτου | https://www.growthipedia.com/privacy-policy |
Υποστηριζόμενες Γλώσσες | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "name": "Better Zillow", "description": "Turn Zillow into a Google Map for finding Real Estate.", "version": "0.0.0.4", "short_name": "BZ", "action": { "default_title": "Better Zillow", "default_popup": "popup.html" }, "icons": { "16": "\/images\/icon-16x16.png", "32": "\/images\/icon-32x32.png", "48": "\/images\/icon-48x48.png", "128": "\/images\/icon-128x128.png" }, "permissions": [ "storage", "activeTab", "scripting" ], "host_permissions": [ "https:\/\/*.zillow.com\/*\/*", "https:\/\/*.realtor.com\/*\/*" ], "content_security_policy": { "default-src": "self" }, "content_scripts": [ { "matches": [ "https:\/\/*.zillow.com\/*", "https:\/\/*.realtor.com\/*\/*" ], "css": [ "zillow_enhanced-styles.css" ] } ] } |