Better Property Search(UK)

Better Property Search(UK)

Better Property Search(UK) là gì?

Better Property Search(UK) là một tiện ích mở rộng Chrome được phát triển bởi sansyrox, và tính năng chính của nó là "Better Property Search(UK)".

Ả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 Better Property Search(UK)

Tải xuống các tệp mở rộng Better Property Search(UK) 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

                        Rightmove and Zoopla, the two major housing platforms don't have a bathroom filter. 

When looking for new houses, a bathroom filter is a major requirements for many people.

Now, you have one. :D                    

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

Tên Better Property Search(UK) Better Property Search(UK)
ID plhmaijeihlahacliknfghpgeddckjig
URL Chính Thức https://chromewebstore.google.com/detail/better-property-searchuk/plhmaijeihlahacliknfghpgeddckjig
Mô tả Better Property Search(UK)
Kích Thước Tệp 4.82 KB
Số Lần Cài Đặt 134
Phiên Bản Hiện Tại 1.0
Cập Nhật Lần Cuối 2022-04-14
Ngày Phát Hành 2022-04-13
Đánh Giá 5.00/5 Tổng số 1 Đánh Giá
Nhà Phát Triển sansyrox
Email [email protected]
Loại Thanh Toán free
Ngôn Ngữ Được Hỗ Trợ en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Better Property Search(UK)",
    "version": "1.0",
    "permissions": [
        "storage"
    ],
    "description": "Better Property Search(UK)",
    "content_scripts": [
        {
            "matches": [
                "*:\/\/*\/*"
            ],
            "js": [
                "content.js"
            ],
            "run_at": "document_end",
            "all_frames": true
        }
    ],
    "action": {
        "title": "Better Property Search",
        "default_popup": "index.html"
    },
    "manifest_version": 3,
    "author": "Sanskar Jethi"
}