Locrating Property Portal Integration

Enhances Rightmove, Zoopla and OnTheMarket by integrating Locrating.

Locrating Property Portal Integrationคืออะไร?

Locrating Property Portal Integration เป็นส่วนขยายของ Chrome ที่พัฒนาโดย locratingdev และคุณลักษณะหลักของมันคือ "Enhances Rightmove, Zoopla and OnTheMarket by integrating Locrating."

ภาพหน้าจอของส่วนขยาย

screenshot
screenshot
screenshot
screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Locrating Property Portal Integration

ดาวน์โหลดไฟล์ส่วนขยาย Locrating Property Portal Integration ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

คำแนะนำในการใช้ส่วนขยาย

                        Hugely improve your property hunting experience with our innovative browser extension! 

This extension seamlessly integrates the Locrating interface into Rightmove, Zoopla and OnTheMarket by automatically adding an interactive Locrating map to the top of each property details page, with the property location marked on the map; allowing access the wealth of valuable data that Locrating.com provides on schools and neighbourhoods, such as school catchment areas.

Locrating.com is the UKs most popular and trusted school guide.  It provides comprehensive information on schools and local neighbourhoods, allowing parents to make informed schooling choices. 

Your journey to the perfect property starts here!

BETA: Please note this extension is in BETA, some features may not always work at present, as we refine this product.

Version history:

1.0 First Version; shows Locrating map above Rightmove and Zoopla property detail pages
1.1 Allows Locrating map to be expanded to full screen
1.2 Security improvements
1.3 Added support for OnTheMarket
1.4 Rightmove bug fix: prevent photos navigation bar from floating in middle of page
1.5 Zoopla bug fix: prevent Locrating map appearing when viewing property images
1.6 OnTheMarket bug fix: prevent Locrating map appearing when viewing property images
1.7 Extension name changed, minor changes to description text                    

ข้อมูลพื้นฐานของส่วนขยาย

ชื่อ Locrating Property Portal Integration Locrating Property Portal Integration
ID cafiegpgchhbobdeofoicnjjjmjieipo
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/locrating-property-portal/cafiegpgchhbobdeofoicnjjjmjieipo
คำอธิบาย Enhances Rightmove, Zoopla and OnTheMarket by integrating Locrating.
ขนาดไฟล์ 6.18 KB
จำนวนการติดตั้ง 1,711
เวอร์ชันปัจจุบัน 1.7
อัปเดตครั้งล่าสุด 2024-01-06
วันที่เผยแพร่ 2023-08-17
ผู้พัฒนา locratingdev
อีเมล [email protected]
ประเภทการชำระเงิน in_app
เว็บไซต์ส่วนขยาย https://www.locrating.com
URL หน้านโยบายความเป็นส่วนตัว https://www.locrating.com/privacy_policy.aspx
ภาษาที่รองรับ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "Locrating Property Portal Integration",
    "description": "Enhances Rightmove, Zoopla and OnTheMarket by integrating Locrating.",
    "version": "1.7",
    "content_scripts": [
        {
            "matches": [
                "https:\/\/www.rightmove.co.uk\/properties\/*",
                "https:\/\/www.zoopla.co.uk\/*\/details\/*",
                "https:\/\/www.onthemarket.com\/details\/*"
            ],
            "js": [
                "content.js"
            ]
        }
    ],
    "icons": {
        "128": "locrating.png"
    }
}