Show Tenure for Rightmove

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

What is Show Tenure for Rightmove?

Show Tenure for Rightmove is a Chrome extension developed by Cem Ratip, and its main feature is "This extension simplifies your Rightmove search by: - displaying the tenure of each property on the results page (without you…".

Extension Screenshots

screenshot
screenshot
screenshot
screenshot

Download Show Tenure for Rightmove Extension CRX File

Download Show Tenure for Rightmove extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        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                    

Extension Basic Information

Name Show Tenure for Rightmove Show Tenure for Rightmove
ID lbpfddbhfllnpichkbfffhooliopcpea
Official URL 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…
File Size 49.58 KB
Installation Count 54
Current Version 1.0
Last Updated 2022-02-03
Publish Date 2022-02-02
Rating 5.00/5 Total 2 Ratings
Developer Cem Ratip
Email [email protected]
Payment Type free
Supported Languages 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"
    ]
}