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 là gì?

Show Tenure for Rightmove là một tiện ích mở rộng Chrome được phát triển bởi Cem Ratip, và tính năng chính của nó là "This extension simplifies your Rightmove search by: - displaying the tenure of each property on the results page (without you…".

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

screenshot
screenshot
screenshot
screenshot

Tải xuống tệp CRX của tiện ích mở rộng Show Tenure for Rightmove

Tải xuống các tệp mở rộng Show Tenure for Rightmove 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

                        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                    

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

Tên Show Tenure for Rightmove Show Tenure for Rightmove
ID lbpfddbhfllnpichkbfffhooliopcpea
URL Chính Thức https://chromewebstore.google.com/detail/show-tenure-for-rightmove/lbpfddbhfllnpichkbfffhooliopcpea
Mô tả This extension simplifies your Rightmove search by: - displaying the tenure of each property on the results page (without you…
Kích Thước Tệp 49.58 KB
Số Lần Cài Đặt 54
Phiên Bản Hiện Tại 1.0
Cập Nhật Lần Cuối 2022-02-03
Ngày Phát Hành 2022-02-02
Đánh Giá 5.00/5 Tổng số 2 Đánh Giá
Nhà Phát Triển Cem Ratip
Email [email protected]
Loại Thanh Toán free
Ngôn Ngữ Được Hỗ Trợ 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"
    ]
}