Reico: Your Real Estate Investing Copilot
Reico, Your Real Estate Investing Copilot
Reico: Your Real Estate Investing Copilotคืออะไร?
Reico: Your Real Estate Investing Copilot เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://reico.ai และคุณลักษณะหลักของมันคือ "Reico, Your Real Estate Investing Copilot"
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Reico: Your Real Estate Investing Copilot
ดาวน์โหลดไฟล์ส่วนขยาย Reico: Your Real Estate Investing Copilot ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
Instant personalized investment property analysis. You can analyze a property in less than 1 second with zero typing. All you need to do is press on a listing and let us take it from there.
Key Features:
Instant Property Analysis: With our extension, you can instantly access a detailed financial analysis of any property without leaving the webpage. No more manual calculations or switching between tabs!
Smart Sidebar Integration: Our sleek and intuitive sidebar seamlessly integrates into your browser, providing a smooth browsing experience while offering all the financial data you need at your fingertips.
Comprehensive Metrics: Evaluate properties with a comprehensive set of financial metrics. Analyze cash flow, cash on cash and return in a second.
Real-Time Data: Powered by up-to-date real estate data sources, ensuring you have the most accurate information at your disposal.
User-Friendly Interface: Whether you're a seasoned investor or just starting in the real estate game, our user-friendly interface makes financial analysis a breeze.
Take the guesswork out of real estate investing and revolutionize your property search. Whether you're a seasoned investor looking to optimize your portfolio or a first-time buyer exploring opportunities, this extension is a must-have.
Supported Property Listing Websites: Zillow ข้อมูลพื้นฐานของส่วนขยาย
| ชื่อ | |
| ID | micplbflicbjaeifhiplgopdahcckhoh |
| URL อย่างเป็นทางการ | https://chromewebstore.google.com/detail/reico-your-real-estate-in/micplbflicbjaeifhiplgopdahcckhoh |
| คำอธิบาย | Reico, Your Real Estate Investing Copilot |
| ขนาดไฟล์ | 2.85 MB |
| จำนวนการติดตั้ง | 66 |
| เวอร์ชันปัจจุบัน | 1.0.5 |
| อัปเดตครั้งล่าสุด | 2024-02-20 |
| วันที่เผยแพร่ | 2023-08-29 |
| คะแนน | 5.00/5 รวมทั้งหมด 6 คะแนน |
| ผู้พัฒนา | https://reico.ai |
| อีเมล | [email protected] |
| ประเภทการชำระเงิน | in_app |
| เว็บไซต์ส่วนขยาย | https://reico.ai/browser-extension |
| URL หน้าช่วยเหลือ | https://reico.ai/support |
| URL หน้านโยบายความเป็นส่วนตัว | https://reico.ai/privacy-policy |
| ภาษาที่รองรับ | en |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"icons": {
"16": "icon16.plasmo.2da856f2.png",
"32": "icon32.plasmo.22c33d5b.png",
"48": "icon48.plasmo.62ad53c2.png",
"64": "icon64.plasmo.e3f1bf00.png",
"128": "icon128.plasmo.4be72b0f.png"
},
"manifest_version": 3,
"action": {
"default_icon": {
"16": "icon16.plasmo.2da856f2.png",
"32": "icon32.plasmo.22c33d5b.png",
"48": "icon48.plasmo.62ad53c2.png",
"64": "icon64.plasmo.e3f1bf00.png",
"128": "icon128.plasmo.4be72b0f.png"
}
},
"version": "1.0.5",
"author": "Reico LLC",
"name": "Reico: Your Real Estate Investing Copilot",
"description": "Reico, Your Real Estate Investing Copilot",
"background": {
"service_worker": "static\/background\/index.js"
},
"options_ui": {
"page": "options.html",
"open_in_tab": true
},
"side_panel": {
"default_path": "sidepanel.html"
},
"permissions": [
"storage",
"scripting",
"sidePanel",
"tabs",
"cookies",
"unlimitedStorage",
"contextMenus"
],
"content_scripts": [
{
"matches": [
"https:\/\/www.zillow.com\/*",
"https:\/\/www.realtor.com\/*",
"https:\/\/www.redfin.com\/*"
],
"js": [
"contents.1c4f7a5d.js"
],
"css": []
}
],
"short_name": "Reico",
"homepage_url": "https:\/\/www.reico.ai",
"host_permissions": [
"http:\/\/*\/*",
"https:\/\/*\/*",
"https:\/\/hardy-marten-87.clerk.accounts.dev\/*"
]
} | |