Pebble

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

Cos'è Pebble?

Pebble è un'estensione di Chrome sviluppata da https://pebblerei.com, e la sua funzione principale è "Find comps directly from any real estate marketplace's website and price with confidence.".

Screenshot dell'Estensione

screenshot

Scarica il file CRX dell'estensione Pebble

Scarica i file di estensione Pebble in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

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

Informazioni di Base sull'Estensione

Nome Pebble Pebble
ID jkominpaacpnbhpginoajhbppnfegkci
URL Ufficiale https://chromewebstore.google.com/detail/pebble/jkominpaacpnbhpginoajhbppnfegkci
Descrizione Find comps directly from any real estate marketplace's website and price with confidence.
Dimensione del File 1.22 MB
Conteggio Installazioni 2,438
Versione Corrente 1.5.13
Ultimo Aggiornamento 2024-02-27
Data di Pubblicazione 2022-09-08
Valutazione 5.00/5 Totale 4 Valutazioni
Sviluppatore https://pebblerei.com
Email [email protected]
Tipo di Pagamento free
Sito Web dell'Estensione https://pebblerei.com/
URL della Pagina di Aiuto https://pebblerei.com/contact-us/
URL della Pagina della Politica sulla Privacy https://pebblerei.com/privacy-policy
Lingue Supportate 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"
    }
}