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 扩展基本信息
| 名称 | |
| 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 |
| 电子邮箱 | [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"
}
} | |