Show Tenure for Rightmove
This extension simplifies your Rightmove search by: - displaying the tenure of each property on the results page (without you…
Show Tenure for Rightmoveとは何ですか?
Show Tenure for RightmoveはCem Ratipによって開発されたChromeの拡張機能で、その主な機能は「This extension simplifies your Rightmove search by: - displaying the tenure of each property on the results page (without you…」です。
拡張機能のスクリーンショット
Show Tenure for Rightmove拡張機能のCRXファイルをダウンロード
Show Tenure for Rightmove拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
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 拡張機能の基本情報
| 名前 | |
| ID | lbpfddbhfllnpichkbfffhooliopcpea |
| 公式URL | https://chromewebstore.google.com/detail/show-tenure-for-rightmove/lbpfddbhfllnpichkbfffhooliopcpea |
| 説明 | This extension simplifies your Rightmove search by: - displaying the tenure of each property on the results page (without you… |
| ファイルサイズ | 49.58 KB |
| インストール数 | 54 |
| 現在のバージョン | 1.0 |
| 最終更新日 | 2022-02-03 |
| 公開日 | 2022-02-02 |
| 評価 | 5.00/5 合計 2 レビュー |
| 開発者 | Cem Ratip |
| Eメール | [email protected] |
| 支払い方法 | free |
| 対応言語 | 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"
]
} | |