Pebble

Find comps directly from any real estate marketplace's website and price with confidence.

Pebble là gì?

Pebble là một tiện ích mở rộng Chrome được phát triển bởi https://pebblerei.com, và tính năng chính của nó là "Find comps directly from any real estate marketplace's website and price with confidence.".

Ả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 Pebble

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

                        The Pebble extension lets you save listing information for all your favorite websites so you can quickly and accurately price your properties.                    

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

Tên Pebble Pebble
ID jkominpaacpnbhpginoajhbppnfegkci
URL Chính Thức https://chromewebstore.google.com/detail/pebble/jkominpaacpnbhpginoajhbppnfegkci
Mô tả Find comps directly from any real estate marketplace's website and price with confidence.
Kích Thước Tệp 1.22 MB
Số Lần Cài Đặt 2,438
Phiên Bản Hiện Tại 1.5.13
Cập Nhật Lần Cuối 2024-02-27
Ngày Phát Hành 2022-09-08
Đánh Giá 5.00/5 Tổng số 4 Đánh Giá
Nhà Phát Triển https://pebblerei.com
Email [email protected]
Loại Thanh Toán free
Trang Web Mở Rộng https://pebblerei.com/
URL Trang Trợ Giúp https://pebblerei.com/contact-us/
URL Trang Chính Sách Bảo Mật https://pebblerei.com/privacy-policy
Ngôn Ngữ Được Hỗ Trợ en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "Pebble",
    "version": "1.5.13",
    "description": "Find comps directly from any real estate marketplace's website and price with confidence.",
    "icons": {
        "16": "icon.png",
        "48": "icon.png",
        "128": "icon.png"
    },
    "permissions": [
        "storage"
    ],
    "action": {
        "default_icon": {
            "16": "icon.png",
            "24": "icon.png",
            "32": "icon.png"
        },
        "default_title": "Pebble",
        "default_popup": "popup.html"
    },
    "content_scripts": [
        {
            "matches": [
                "https:\/\/zillow.com\/*"
            ],
            "js": [
                "content-scripts\/zillow.js"
            ]
        },
        {
            "matches": [
                "https:\/\/www.zillow.com\/*"
            ],
            "js": [
                "content-scripts\/zillow.js"
            ]
        },
        {
            "matches": [
                "https:\/\/realtor.com\/*"
            ],
            "js": [
                "content-scripts\/realtor.js"
            ]
        },
        {
            "matches": [
                "https:\/\/www.realtor.com\/*"
            ],
            "js": [
                "content-scripts\/realtor.js"
            ]
        },
        {
            "matches": [
                "https:\/\/land.com\/*"
            ],
            "js": [
                "content-scripts\/land.js"
            ]
        },
        {
            "matches": [
                "https:\/\/www.land.com\/*"
            ],
            "js": [
                "content-scripts\/land.js"
            ]
        },
        {
            "matches": [
                "https:\/\/redfin.ca\/*",
                "https:\/\/redfin.com\/*"
            ],
            "js": [
                "content-scripts\/redfin.js"
            ]
        },
        {
            "matches": [
                "https:\/\/www.redfin.ca\/*",
                "https:\/\/www.redfin.com\/*"
            ],
            "js": [
                "content-scripts\/redfin.js"
            ]
        },
        {
            "matches": [
                "https:\/\/landwatch.com\/*"
            ],
            "js": [
                "content-scripts\/landwatch.js"
            ]
        },
        {
            "matches": [
                "https:\/\/www.landwatch.com\/*"
            ],
            "js": [
                "content-scripts\/landwatch.js"
            ]
        },
        {
            "matches": [
                "https:\/\/landmodo.com\/*"
            ],
            "js": [
                "content-scripts\/landmodo.js"
            ]
        },
        {
            "matches": [
                "https:\/\/www.landmodo.com\/*"
            ],
            "js": [
                "content-scripts\/landmodo.js"
            ]
        }
    ],
    "background": {
        "service_worker": "background.js"
    }
}