Show Tenure for Rightmove

This extension simplifies your Rightmove search by: - displaying the tenure of each property on the results page (without you…

Cos'è Show Tenure for Rightmove?

Show Tenure for Rightmove è un'estensione di Chrome sviluppata da Cem Ratip, e la sua funzione principale è "This extension simplifies your Rightmove search by: - displaying the tenure of each property on the results page (without you…".

Screenshot dell'Estensione

screenshot
screenshot
screenshot
screenshot

Scarica il file CRX dell'estensione Show Tenure for Rightmove

Scarica i file di estensione Show Tenure for Rightmove 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

                        This extension simplifies your Rightmove search by:
- displaying the tenure of each property on the results page (without you having to click into each property to check)
- allowing you to export all properties of a particular tenure(s) to a new tab                    

Informazioni di Base sull'Estensione

Nome Show Tenure for Rightmove Show Tenure for Rightmove
ID lbpfddbhfllnpichkbfffhooliopcpea
URL Ufficiale https://chromewebstore.google.com/detail/show-tenure-for-rightmove/lbpfddbhfllnpichkbfffhooliopcpea
Descrizione This extension simplifies your Rightmove search by: - displaying the tenure of each property on the results page (without you…
Dimensione del File 49.58 KB
Conteggio Installazioni 54
Versione Corrente 1.0
Ultimo Aggiornamento 2022-02-03
Data di Pubblicazione 2022-02-02
Valutazione 5.00/5 Totale 2 Valutazioni
Sviluppatore Cem Ratip
Email [email protected]
Tipo di Pagamento free
Lingue Supportate en-GB
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "Show Tenure for Rightmove",
    "version": "1.0",
    "action": {
        "default_popup": "popup.html",
        "default_icon": {
            "16": "rightmovelogo.png",
            "32": "rightmovelogo.png",
            "48": "rightmovelogo.png",
            "128": "rightmovelogo.png"
        }
    },
    "content_scripts": [
        {
            "matches": [
                "https:\/\/www.rightmove.co.uk\/property-for-sale\/find.html?*"
            ],
            "js": [
                "jquery.min.js",
                "content.js"
            ]
        }
    ],
    "permissions": [
        "activeTab"
    ]
}