Show Tenure for Rightmove

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

Apa itu Show Tenure for Rightmove?

Show Tenure for Rightmove adalah ekstensi Chrome yang dikembangkan oleh Cem Ratip, dan fitur utamanya adalah "This extension simplifies your Rightmove search by: - displaying the tenure of each property on the results page (without you…".

Screenshot Ekstensi

screenshot
screenshot
screenshot
screenshot

Unduh Berkas CRX Ekstensi Show Tenure for Rightmove

Unduh file ekstensi Show Tenure for Rightmove dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.

Petunjuk Penggunaan Ekstensi

                        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                    

Informasi Dasar Ekstensi

Nama Show Tenure for Rightmove Show Tenure for Rightmove
ID lbpfddbhfllnpichkbfffhooliopcpea
URL Resmi https://chromewebstore.google.com/detail/show-tenure-for-rightmove/lbpfddbhfllnpichkbfffhooliopcpea
Deskripsi This extension simplifies your Rightmove search by: - displaying the tenure of each property on the results page (without you…
Ukuran File 49.58 KB
Jumlah Instalasi 54
Versi Saat Ini 1.0
Terakhir Diperbarui 2022-02-03
Tanggal Publikasi 2022-02-02
Penilaian 5.00/5 Total 2 Penilaian
Pengembang Cem Ratip
Email [email protected]
Tipe Pembayaran free
Bahasa yang Didukung 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"
    ]
}