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文件

下载BrickPal扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。

扩展使用说明

                        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\/*"
        ]
    }
}