Locrating Property Portal Integration

Enhances Rightmove, Zoopla and OnTheMarket by integrating Locrating.

Locrating Property Portal Integration란 무엇입니까?

Locrating Property Portal Integration은(는) locratingdev에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Enhances Rightmove, Zoopla and OnTheMarket by integrating Locrating."입니다.

확장 프로그램 스크린샷

screenshot
screenshot
screenshot
screenshot

Locrating Property Portal Integration 확장 프로그램 CRX 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        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"
    }
}