Address Helper for RightMove
Address Helper for RightMove
Address Helper for RightMoveとは何ですか?
Address Helper for RightMoveはukpropertycommunity.comによって開発されたChromeの拡張機能で、その主な機能は「Address Helper for RightMove」です。
拡張機能のスクリーンショット
Address Helper for RightMove拡張機能のCRXファイルをダウンロード
Address Helper for RightMove拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
The 'Address Helper for Right Move' Extension could add house numbers to houses on rightmove.co.uk that have a sales history. It might also add the EPC and m2 of the house in some cases. For feedback and feature requests, please join the WhatsApp Group: https://chat.whatsapp.com/Hph2IGLGI364FPdgH8kEKk For questions and feedback, please email [email protected] or text me on +447383735235
拡張機能の基本情報
名前 | Address Helper for RightMove |
ID | lifjjkbfffnigehemaibfklomnbklmad |
公式URL | https://chromewebstore.google.com/detail/address-helper-for-rightm/lifjjkbfffnigehemaibfklomnbklmad |
説明 | Address Helper for RightMove |
ファイルサイズ | 16.68 KB |
インストール数 | 2,264 |
現在のバージョン | 1.0.1 |
最終更新日 | 2023-05-29 |
公開日 | 2022-07-01 |
評価 | 4.91/5 合計 11 レビュー |
開発者 | ukpropertycommunity.com |
Eメール | [email protected] |
支払い方法 | free |
対応言語 | en-GB |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Address Helper for RightMove", "description": "Address Helper for RightMove", "version": "1.0.1", "manifest_version": 3, "background": { "service_worker": "background.js" }, "host_permissions": [ "https:\/\/*.communities.gov.uk\/*", "https:\/\/*.service.gov.uk\/*", "https:\/\/www.rightmove.co.uk\/*", "https:\/\/rightmove.co.uk\/*" ], "content_scripts": [ { "matches": [ "https:\/\/www.rightmove.co.uk\/*", "https:\/\/rightmove.co.uk\/*" ], "js": [ "inject.js", "inject_2.js" ], "css": [ "custom.css" ] } ], "icons": { "16": "\/images\/icon.png", "32": "\/images\/icon.png", "48": "\/images\/icon.png", "128": "\/images\/icon.png" } } |