Show Tenure for Rightmove

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

Wat is Show Tenure for Rightmove?

Show Tenure for Rightmove is een Chrome-extensie ontwikkeld door Cem Ratip, en de belangrijkste functie is "This extension simplifies your Rightmove search by: - displaying the tenure of each property on the results page (without you…".

Extensie Screenshots

screenshot
screenshot
screenshot
screenshot

Download het CRX-bestand van de extensie Show Tenure for Rightmove

Download Show Tenure for Rightmove-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

                        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                    

Basisinformatie over de Extensie

Naam Show Tenure for Rightmove Show Tenure for Rightmove
ID lbpfddbhfllnpichkbfffhooliopcpea
Officiële URL https://chromewebstore.google.com/detail/show-tenure-for-rightmove/lbpfddbhfllnpichkbfffhooliopcpea
Beschrijving This extension simplifies your Rightmove search by: - displaying the tenure of each property on the results page (without you…
Bestandsgrootte 49.58 KB
Aantal Installaties 54
Huidige Versie 1.0
Laatst Bijgewerkt 2022-02-03
Publicatiedatum 2022-02-02
Beoordeling 5.00/5 Totaal 2 Beoordelingen
Ontwikkelaar Cem Ratip
E-mail [email protected]
Betalingswijze free
Ondersteunde Talen 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"
    ]
}