Show Tenure for Rightmove
This extension simplifies your Rightmove search by: - displaying the tenure of each property on the results page (without you…
Was ist Show Tenure for Rightmove?
Show Tenure for Rightmove ist eine Chrome-Erweiterung, die von Cem Ratip entwickelt wurde, und ihr Hauptmerkmal ist "This extension simplifies your Rightmove search by: - displaying the tenure of each property on the results page (without you…".
Erweiterungsscreenshots
Show Tenure for Rightmove-Erweiterungs-CRX-Datei herunterladen
Laden Sie Show Tenure for Rightmove-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.
Anleitung zur Verwendung der Erweiterung
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 Grundlegende Informationen zur Erweiterung
| Name | |
| ID | lbpfddbhfllnpichkbfffhooliopcpea |
| Offizielle URL | https://chromewebstore.google.com/detail/show-tenure-for-rightmove/lbpfddbhfllnpichkbfffhooliopcpea |
| Beschreibung | This extension simplifies your Rightmove search by: - displaying the tenure of each property on the results page (without you… |
| Dateigröße | 49.58 KB |
| Installationsanzahl | 54 |
| Aktuelle Version | 1.0 |
| Letztes Update | 2022-02-03 |
| Veröffentlichungsdatum | 2022-02-02 |
| Bewertung | 5.00/5 Insgesamt 2 Bewertungen |
| Entwickler | Cem Ratip |
| [email protected] | |
| Zahlungsart | free |
| Unterstützte Sprachen | 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"
]
} | |