RightMove extractor

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

RightMove extractor là gì?

RightMove extractor là một tiện ích mở rộng Chrome được phát triển bởi Unknown, và tính năng chính của nó là "Get data from RightMove to Excel......now".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot

Tải xuống tệp CRX của tiện ích mở rộng RightMove extractor

Tải xuống các tệp mở rộng RightMove extractor dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

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

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên RightMove extractor RightMove extractor
ID icgjdipkggdienffhkjkbkenfdpcmdhg
URL Chính Thức https://chromewebstore.google.com/detail/rightmove-extractor/icgjdipkggdienffhkjkbkenfdpcmdhg
Mô tả Get data from RightMove to Excel......now
Kích Thước Tệp 31.72 KB
Số Lần Cài Đặt 268
Phiên Bản Hiện Tại 1.0
Cập Nhật Lần Cuối 2022-01-03
Ngày Phát Hành 2022-01-02
Đánh Giá 1.00/5 Tổng số 1 Đánh Giá
Nhà Phát Triển Unknown
Email [email protected]
Loại Thanh Toán free
Ngôn Ngữ Được Hỗ Trợ 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"
    }
}