Show Tenure for Rightmove

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

Qu'est-ce que Show Tenure for Rightmove ?

Show Tenure for Rightmove est une extension Chrome développée par Cem Ratip, et sa fonction principale est "This extension simplifies your Rightmove search by: - displaying the tenure of each property on the results page (without you…".

Captures d'Écran de l'Extension

screenshot
screenshot
screenshot
screenshot

Télécharger le fichier CRX de l'extension Show Tenure for Rightmove

Téléchargez les fichiers d'extension Show Tenure for Rightmove au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

                        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                    

Informations de Base sur l'Extension

Nom Show Tenure for Rightmove Show Tenure for Rightmove
ID lbpfddbhfllnpichkbfffhooliopcpea
URL Officiel https://chromewebstore.google.com/detail/show-tenure-for-rightmove/lbpfddbhfllnpichkbfffhooliopcpea
Description This extension simplifies your Rightmove search by: - displaying the tenure of each property on the results page (without you…
Taille du Fichier 49.58 KB
Nombre d'Installations 54
Version Actuelle 1.0
Dernière Mise à Jour 2022-02-03
Date de Publication 2022-02-02
Évaluation 5.00/5 Total 2 Évaluations
Développeur Cem Ratip
Email [email protected]
Type de Paiement free
Langues Prises en Charge 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"
    ]
}