Show Tenure for Rightmove

This extension simplifies your Rightmove search by: - displaying the tenure of each property on the results page (without you…

ما هو Show Tenure for Rightmove؟

Show Tenure for Rightmove هو إضافة Chrome تم تطويرها بواسطة Cem Ratip، والميزة الرئيسية لها هي "This extension simplifies your Rightmove search by: - displaying the tenure of each property on the results page (without you…".

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

screenshot
screenshot
screenshot
screenshot

تحميل ملف CRX للإضافة Show Tenure for Rightmove

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

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

                        This extension simplifies your Rightmove search by:
- displaying the tenure of each property on the results page (without you having to click into each property to check)
- allowing you to export all properties of a particular tenure(s) to a new tab                    

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

الاسم Show Tenure for Rightmove Show Tenure for Rightmove
ID lbpfddbhfllnpichkbfffhooliopcpea
عنوان URL الرسمي https://chromewebstore.google.com/detail/show-tenure-for-rightmove/lbpfddbhfllnpichkbfffhooliopcpea
الوصف This extension simplifies your Rightmove search by: - displaying the tenure of each property on the results page (without you…
حجم الملف 49.58 KB
عدد التثبيتات 54
النسخة الحالية 1.0
آخر تحديث 2022-02-03
تاريخ النشر 2022-02-02
تقييم 5.00/5 مجموع تقييمات 2
المطور Cem Ratip
البريد الإلكتروني [email protected]
نوع الدفع free
اللغات المدعومة en-GB
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "Show Tenure for Rightmove",
    "version": "1.0",
    "action": {
        "default_popup": "popup.html",
        "default_icon": {
            "16": "rightmovelogo.png",
            "32": "rightmovelogo.png",
            "48": "rightmovelogo.png",
            "128": "rightmovelogo.png"
        }
    },
    "content_scripts": [
        {
            "matches": [
                "https:\/\/www.rightmove.co.uk\/property-for-sale\/find.html?*"
            ],
            "js": [
                "jquery.min.js",
                "content.js"
            ]
        }
    ],
    "permissions": [
        "activeTab"
    ]
}