Show Tenure for Rightmove
This extension simplifies your Rightmove search by: - displaying the tenure of each property on the results page (without you…
Co to jest Show Tenure for Rightmove?
Show Tenure for Rightmove to rozszerzenie Chrome opracowane przez Cem Ratip, a jego główną funkcją jest „This extension simplifies your Rightmove search by: - displaying the tenure of each property on the results page (without you…”.
Zrzuty ekranu rozszerzenia
Pobierz plik CRX rozszerzenia Show Tenure for Rightmove
Pobierz pliki rozszerzeń Show Tenure for Rightmove w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.
Instrukcja Użytkowania Rozszerzenia
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
Podstawowe informacje o rozszerzeniu
Nazwa | Show Tenure for Rightmove |
ID | lbpfddbhfllnpichkbfffhooliopcpea |
Oficjalny URL | https://chromewebstore.google.com/detail/show-tenure-for-rightmove/lbpfddbhfllnpichkbfffhooliopcpea |
Opis | This extension simplifies your Rightmove search by: - displaying the tenure of each property on the results page (without you… |
Rozmiar pliku | 49.58 KB |
Liczba instalacji | 54 |
Aktualna Wersja | 1.0 |
Ostatnia Aktualizacja | 2022-02-03 |
Data Publikacji | 2022-02-02 |
Ocena | 5.00/5 Łącznie 2 Oceny |
Deweloper | Cem Ratip |
[email protected] | |
Typ Płatności | free |
Obsługiwane Języki | 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" ] } |