Pebble

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

ما هو Pebble؟

Pebble هو إضافة Chrome تم تطويرها بواسطة https://pebblerei.com، والميزة الرئيسية لها هي "Find comps directly from any real estate marketplace's website and price with confidence.".

لقطات شاشة التمديد

screenshot

تحميل ملف CRX للإضافة Pebble

قم بتنزيل ملفات الامتداد Pebble بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.

تعليمات استخدام التمديد

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

معلومات أساسية عن التمديد

الاسم Pebble Pebble
ID jkominpaacpnbhpginoajhbppnfegkci
عنوان URL الرسمي https://chromewebstore.google.com/detail/pebble/jkominpaacpnbhpginoajhbppnfegkci
الوصف Find comps directly from any real estate marketplace's website and price with confidence.
حجم الملف 1.22 MB
عدد التثبيتات 2,438
النسخة الحالية 1.5.13
آخر تحديث 2024-02-27
تاريخ النشر 2022-09-08
تقييم 5.00/5 مجموع تقييمات 4
المطور https://pebblerei.com
البريد الإلكتروني [email protected]
نوع الدفع free
موقع الإضافة https://pebblerei.com/
عنوان صفحة المساعدة https://pebblerei.com/contact-us/
عنوان صفحة سياسة الخصوصية https://pebblerei.com/privacy-policy
اللغات المدعومة 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"
    }
}