BrickPal
Saves you time and effort finding your property investments on Rightmove
BrickPalคืออะไร?
BrickPal เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://brickpal.co.uk และคุณลักษณะหลักของมันคือ "Saves you time and effort finding your property investments on Rightmove"
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย BrickPal
ดาวน์โหลดไฟล์ส่วนขยาย 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 |
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\/*" ] } } |