Pebble

Find comps directly from any real estate marketplace's website and price with confidence.

Τι είναι το Pebble;

Το Pebble είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον https://pebblerei.com, και η κύρια λειτουργία του είναι "Find comps directly from any real estate marketplace's website and price with confidence.".

Στιγμιότυπα Επέκτασης

screenshot

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

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

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

                        The Pebble extension lets you save listing information for all your favorite websites so you can quickly and accurately price your properties.                    

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

Όνομα Pebble Pebble
ID jkominpaacpnbhpginoajhbppnfegkci
Επίσημο URL https://chromewebstore.google.com/detail/pebble/jkominpaacpnbhpginoajhbppnfegkci
Περιγραφή Find comps directly from any real estate marketplace's website and price with confidence.
Μέγεθος Αρχείου 1.22 MB
Αριθμός Εγκαταστάσεων 2,438
Τρέχουσα Έκδοση 1.5.13
Τελευταία Ενημέρωση 2024-02-27
Ημερομηνία Δημοσίευσης 2022-09-08
Αξιολόγηση 5.00/5 Συνολικά 4 Αξιολογήσεις
Προγραμματιστής https://pebblerei.com
Ηλεκτρονικό ταχυδρομείο [email protected]
Τύπος Πληρωμής free
Ιστότοπος Επέκτασης https://pebblerei.com/
Διεύθυνση URL της Σελίδας Βοήθειας https://pebblerei.com/contact-us/
URL της Σελίδας Πολιτικής Απορρήτου https://pebblerei.com/privacy-policy
Υποστηριζόμενες Γλώσσες en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "Pebble",
    "version": "1.5.13",
    "description": "Find comps directly from any real estate marketplace's website and price with confidence.",
    "icons": {
        "16": "icon.png",
        "48": "icon.png",
        "128": "icon.png"
    },
    "permissions": [
        "storage"
    ],
    "action": {
        "default_icon": {
            "16": "icon.png",
            "24": "icon.png",
            "32": "icon.png"
        },
        "default_title": "Pebble",
        "default_popup": "popup.html"
    },
    "content_scripts": [
        {
            "matches": [
                "https:\/\/zillow.com\/*"
            ],
            "js": [
                "content-scripts\/zillow.js"
            ]
        },
        {
            "matches": [
                "https:\/\/www.zillow.com\/*"
            ],
            "js": [
                "content-scripts\/zillow.js"
            ]
        },
        {
            "matches": [
                "https:\/\/realtor.com\/*"
            ],
            "js": [
                "content-scripts\/realtor.js"
            ]
        },
        {
            "matches": [
                "https:\/\/www.realtor.com\/*"
            ],
            "js": [
                "content-scripts\/realtor.js"
            ]
        },
        {
            "matches": [
                "https:\/\/land.com\/*"
            ],
            "js": [
                "content-scripts\/land.js"
            ]
        },
        {
            "matches": [
                "https:\/\/www.land.com\/*"
            ],
            "js": [
                "content-scripts\/land.js"
            ]
        },
        {
            "matches": [
                "https:\/\/redfin.ca\/*",
                "https:\/\/redfin.com\/*"
            ],
            "js": [
                "content-scripts\/redfin.js"
            ]
        },
        {
            "matches": [
                "https:\/\/www.redfin.ca\/*",
                "https:\/\/www.redfin.com\/*"
            ],
            "js": [
                "content-scripts\/redfin.js"
            ]
        },
        {
            "matches": [
                "https:\/\/landwatch.com\/*"
            ],
            "js": [
                "content-scripts\/landwatch.js"
            ]
        },
        {
            "matches": [
                "https:\/\/www.landwatch.com\/*"
            ],
            "js": [
                "content-scripts\/landwatch.js"
            ]
        },
        {
            "matches": [
                "https:\/\/landmodo.com\/*"
            ],
            "js": [
                "content-scripts\/landmodo.js"
            ]
        },
        {
            "matches": [
                "https:\/\/www.landmodo.com\/*"
            ],
            "js": [
                "content-scripts\/landmodo.js"
            ]
        }
    ],
    "background": {
        "service_worker": "background.js"
    }
}