Enhanced Redfin Data

Improves redfin experience with more information about houses.

Τι είναι το Enhanced Redfin Data;

Το Enhanced Redfin Data είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον Vignesh Venkat, και η κύρια λειτουργία του είναι "Improves redfin experience with more information about houses.".

Λήψη αρχείου CRX της επέκτασης Enhanced Redfin Data

Λήψη αρχείων επέκτασης Enhanced Redfin Data σε μορφή crx, εγκατάσταση των επεκτάσεων Chrome μη αυτόματα στον περιηγητή ή κοινοποίηση των αρχείων crx με φίλους για εύκολη εγκατάσταση των επεκτάσεων Chrome.

Οδηγίες Χρήσης της Επέκτασης

                        Enhance redfin data with the following information:

* Distance to places (you can configure the places in the options page of the extension).
* Zillow estimates for the house.
* Google maps link.
* Up to date greatschools scores and direct link to greatschools.
* Move redfin panel to the top.

(Greatschools is tested only for California schools).

Source code: https://github.com/vickyg3/scripts/tree/master/redfin_location                    

Βασικές Πληροφορίες Επέκτασης

Όνομα Enhanced Redfin Data Enhanced Redfin Data
ID hjcngbodppponacgimckecejbkcaccnf
Επίσημο URL https://chromewebstore.google.com/detail/enhanced-redfin-data/hjcngbodppponacgimckecejbkcaccnf
Περιγραφή Improves redfin experience with more information about houses.
Μέγεθος Αρχείου 37.33 KB
Αριθμός Εγκαταστάσεων 23
Τρέχουσα Έκδοση 1.3
Τελευταία Ενημέρωση 2018-02-02
Ημερομηνία Δημοσίευσης 2018-02-02
Προγραμματιστής Vignesh Venkat
Τύπος Πληρωμής free
Υποστηριζόμενες Γλώσσες en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Enhanced Redfin Data",
    "content_scripts": [
        {
            "matches": [
                "http:\/\/www.redfin.com\/*",
                "https:\/\/www.redfin.com\/*"
            ],
            "js": [
                "jquery.js",
                "script.js"
            ],
            "run_at": "document_idle"
        }
    ],
    "permissions": [
        "http:\/\/maps.googleapis.com\/*",
        "https:\/\/maps.googleapis.com\/*",
        "http:\/\/www.greatschools.org\/*",
        "https:\/\/www.greatschools.org\/*",
        "http:\/\/www.zillow.com\/*",
        "https:\/\/www.zillow.com\/*",
        "storage"
    ],
    "options_page": "options.html",
    "manifest_version": 2,
    "version": "1.3",
    "description": "Improves redfin experience with more information about houses."
}