Real Price

Find the real price for Australian Real Estate!

ما هو Real Price؟

Real Price هو إضافة Chrome تم تطويرها بواسطة Kaiserapps، والميزة الرئيسية لها هي "Find the real price for Australian Real Estate!".

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

screenshot
screenshot

تحميل ملف CRX للإضافة Real Price

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

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

                        This extension adds a button to search results and listings on realestate.com.au to reveal the internal price of a listing. This is useful in Queensland where many listings do not have prices publicly available but there is a hidden price behind the scenes for the listing.

All this extension really does is query realestate.com.au multiple times until the exact price is found and displays that to you.                    

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

الاسم Real Price Real Price
ID kckgiidmkllghibpmlploicellcieppd
عنوان URL الرسمي https://chromewebstore.google.com/detail/real-price/kckgiidmkllghibpmlploicellcieppd
الوصف Find the real price for Australian Real Estate!
حجم الملف 10.02 KB
عدد التثبيتات 260
النسخة الحالية 1.0
آخر تحديث 2020-09-28
تاريخ النشر 2020-09-27
تقييم 2.33/5 مجموع تقييمات 3
المطور Kaiserapps
البريد الإلكتروني [email protected]
نوع الدفع free
موقع الإضافة https://github.com/benkaiser/real-price
عنوان صفحة المساعدة https://github.com/benkaiser/real-price/issues
اللغات المدعومة en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Real Price",
    "version": "1.0",
    "description": "Find the real price for Australian Real Estate!",
    "content_scripts": [
        {
            "matches": [
                "https:\/\/*.realestate.com.au\/*"
            ],
            "css": [
                "main.css"
            ],
            "js": [
                "contentScript.js"
            ]
        }
    ],
    "icons": {
        "16": "icon\/icon16.png",
        "48": "icon\/icon48.png",
        "128": "icon\/icon128.png"
    },
    "manifest_version": 2
}