Property Seeker

Calculate the price range for property advertised on Domain and Real Estate.

ما هو Property Seeker؟

Property Seeker هو إضافة Chrome تم تطويرها بواسطة cheesestringer، والميزة الرئيسية لها هي "Calculate the price range for property advertised on Domain and Real Estate.".

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

screenshot

تحميل ملف CRX للإضافة Property Seeker

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

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

                        Take the guess work out of house hunting.

Finds the hidden advertising range on Domain and Real Estate Australia to make searching for property a bit easier.

For any problems or suggestions create an issue listing the details here: https://github.com/cheesestringer/property-seeker/issues

If you enjoy the extension feel free to buy me a coffee :)
https://www.buymeacoffee.com/cheesestringer                    

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

الاسم Property Seeker Property Seeker
ID olfjldooogfhhgklechmbdemheblklga
عنوان URL الرسمي https://chromewebstore.google.com/detail/property-seeker/olfjldooogfhhgklechmbdemheblklga
الوصف Calculate the price range for property advertised on Domain and Real Estate.
حجم الملف 7.81 KB
عدد التثبيتات 3,196
النسخة الحالية 1.0.6
آخر تحديث 2022-12-27
تاريخ النشر 2021-08-12
تقييم 5.00/5 مجموع تقييمات 5
المطور cheesestringer
البريد الإلكتروني [email protected]
نوع الدفع free
موقع الإضافة https://github.com/cheesestringer/property-seeker
عنوان صفحة المساعدة https://github.com/cheesestringer/property-seeker/issues
اللغات المدعومة en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Property Seeker",
    "version": "1.0.6",
    "description": "Calculate the price range for property advertised on Domain and Real Estate.",
    "background": {
        "scripts": [
            "background.js"
        ],
        "persistent": true
    },
    "icons": {
        "48": "icons\/icon48.png",
        "128": "icons\/icon128.png"
    },
    "permissions": [
        "https:\/\/*.domain.com.au\/*",
        "https:\/\/*.realestate.com.au\/*"
    ],
    "manifest_version": 2,
    "content_security_policy": "default-src 'none'; style-src 'self'; script-src 'self'; connect-src https:\/\/*.domain.com.au https:\/\/*.realestate.com.au"
}