BrickPal

Saves you time and effort finding your property investments on Rightmove

BrickPal란 무엇입니까?

BrickPal은(는) https://brickpal.co.uk에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Saves you time and effort finding your property investments on Rightmove"입니다.

확장 프로그램 스크린샷

screenshot
screenshot
screenshot
screenshot

BrickPal 확장 프로그램 CRX 파일 다운로드

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

확장 프로그램 사용 설명서

                        BRICKPAL FOR RIGHTMOVE - PROPERTY INVESTMENT SEARCH MADE EASIER AND FASTER

The BrickPal chrome extension is an accompaniment to the BrickPal.co.uk investment deal search tool and will display a deal analyser sidebar on any RightMove for sale listing. Adjust purchase prices and costs to see whether the deal stacks for you.

* Find great property investments in minutes *

BrickPal performs deal analysis, finds comparable properties, categorises and filters deals by strategy and a whole lot more, so you don't have to.
Make better investments with monthly cashflow and solid returns. Avoid overpaying and make your money go further. Cut down on wasted time and buy with confidence.

Join our community of 1,800 BrickPal users finding deals ahead of the competition at BrickPal.co.uk

Our privacy policy: https://www.brickpal.co.uk/privacy-cookie-policy                    

확장 프로그램 기본 정보

이름 BrickPal BrickPal
ID cbffeebilpfahkopilkdjacgcbiifemp
공식 URL https://chromewebstore.google.com/detail/brickpal/cbffeebilpfahkopilkdjacgcbiifemp
설명 Saves you time and effort finding your property investments on Rightmove
파일 크기 317 KB
설치 횟수 1,435
현재 버전 1.4.1
최근 업데이트 2023-02-25
출시 날짜 2020-07-02
평점 3.71/5 총 7 개의 평점
개발자 https://brickpal.co.uk
이메일 [email protected]
결제 유형 in_app
확장 프로그램 웹 사이트 https://brickpal.co.uk
도움말 페이지 URL https://brickpal.co.uk/contact/
개인정보 보호 정책 페이지 URL https://www.brickpal.co.uk/privacy-cookie-policy
지원되는 언어 en-GB
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "short_name": "BrickPal",
    "name": "BrickPal",
    "version": "1.4.1",
    "description": "Saves you time and effort finding your property investments on Rightmove",
    "manifest_version": 2,
    "icons": {
        "16": "images\/logo-16.png",
        "48": "images\/logo-48.png",
        "128": "images\/logo-128.png"
    },
    "background": {
        "scripts": [
            "app\/rollbar-prod.js",
            "app\/ga.js",
            "app\/background.js"
        ]
    },
    "browser_action": [],
    "content_scripts": [
        {
            "matches": [
                "https:\/\/www.rightmove.co.uk\/*",
                "https:\/\/web-brickpal.chrift.co.uk\/*"
            ],
            "css": [
                "\/static\/css\/app.css"
            ],
            "js": [
                "\/static\/js\/content.js"
            ]
        }
    ],
    "web_accessible_resources": [
        "static\/*"
    ],
    "content_security_policy": "script-src 'self' 'sha256-GgRxrVOKNdB4LrRsVPDSbzvfdV4UqglmviH9GoBJ5jk=' https:\/\/ssl.google-analytics.com https:\/\/cdnjs.cloudflare.com\/ajax\/libs\/rollbar.js\/ https:\/\/browser.sentry-cdn.com\/5.20.1\/bundle.min.js; object-src 'self'",
    "permissions": [
        "storage",
        "https:\/\/api-brickpal.chrift.co.uk\/*"
    ],
    "externally_connectable": {
        "matches": [
            "https:\/\/web-brickpal.chrift.co.uk\/*"
        ]
    }
}