RightMove extractor

Get data from RightMove to Excel......now

什么是RightMove extractor?

RightMove extractor是由Unknown开发的Chrome扩展程序,该扩展的主要功能是“Get data from RightMove to Excel......now”。

扩展截图

screenshot

下载RightMove extractor扩展crx文件

下载RightMove extractor扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。

扩展使用说明

                        Allows you to download your list of properties into excel directly from RightMove                    

扩展基本信息

名称 RightMove extractor RightMove extractor
ID icgjdipkggdienffhkjkbkenfdpcmdhg
官方URL https://chromewebstore.google.com/detail/rightmove-extractor/icgjdipkggdienffhkjkbkenfdpcmdhg
简介 Get data from RightMove to Excel......now
文件大小 31.72 KB
安装次数 268
当前版本 1.0
更新时间 2022-01-03
上架时间 2022-01-02
评分 1.00/5 共1次评分
开发者 Unknown
电子邮箱 [email protected]
付费类型 free
支持的语言 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "RightMove extractor",
    "description": "Get data from RightMove to Excel......now",
    "version": "1.0",
    "manifest_version": 3,
    "permissions": [
        "storage",
        "activeTab",
        "scripting"
    ],
    "background": {
        "service_worker": "background.js"
    },
    "action": {
        "default_popup": "popup.html",
        "default_icon": {
            "16": "\/images\/logo.png",
            "32": "\/images\/logo.png",
            "48": "\/images\/logo.png",
            "128": "\/images\/logo.png"
        }
    },
    "icons": {
        "16": "\/images\/logo.png",
        "32": "\/images\/logo.png",
        "48": "\/images\/logo.png",
        "128": "\/images\/logo.png"
    }
}