Cashflow Calculator for Zillow/Trulia/Redfin
Rental cashflow calculator that lets you analyze deals using cashflowcalc.com - works on Zillow/Trulia/Redfin.
Cashflow Calculator for Zillow/Trulia/Redfinคืออะไร?
Cashflow Calculator for Zillow/Trulia/Redfin เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://cashflowcalc.com และคุณลักษณะหลักของมันคือ "Rental cashflow calculator that lets you analyze deals using cashflowcalc.com - works on Zillow/Trulia/Redfin."
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Cashflow Calculator for Zillow/Trulia/Redfin
ดาวน์โหลดไฟล์ส่วนขยาย Cashflow Calculator for Zillow/Trulia/Redfin ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
As an investor, when browsing on Zillow/Trulia/Redfin, you often want to analyze each deal to see how the monthly cashflow and yearly return would look like. This extension adds a button to each property that allows you to easily start analyzing that deal on https://cashflowcalc.com ข้อมูลพื้นฐานของส่วนขยาย
| ชื่อ | |
| ID | oacadllhimmkndjnofmfoijbiimcmhni |
| URL อย่างเป็นทางการ | https://chromewebstore.google.com/detail/cashflow-calculator-for-z/oacadllhimmkndjnofmfoijbiimcmhni |
| คำอธิบาย | Rental cashflow calculator that lets you analyze deals using cashflowcalc.com - works on Zillow/Trulia/Redfin. |
| ขนาดไฟล์ | 18.54 KB |
| จำนวนการติดตั้ง | 196 |
| เวอร์ชันปัจจุบัน | 1.1.0 |
| อัปเดตครั้งล่าสุด | 2023-04-28 |
| วันที่เผยแพร่ | 2020-12-26 |
| คะแนน | 5.00/5 รวมทั้งหมด 3 คะแนน |
| ผู้พัฒนา | https://cashflowcalc.com |
| อีเมล | [email protected] |
| ประเภทการชำระเงิน | free |
| URL หน้าช่วยเหลือ | https://deanattali.com/ |
| ภาษาที่รองรับ | en |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"name": "Cashflow Calculator for Zillow\/Trulia\/Redfin",
"version": "1.1.0",
"manifest_version": 2,
"description": "Rental cashflow calculator that lets you analyze deals using cashflowcalc.com - works on Zillow\/Trulia\/Redfin.",
"icons": {
"16": "img\/icon-16.png",
"48": "img\/icon-48.png",
"128": "img\/icon-128.png"
},
"content_scripts": [
{
"matches": [
"https:\/\/www.zillow.com\/*",
"https:\/\/www.trulia.com\/*",
"https:\/\/www.redfin.com\/*",
"https:\/\/www.redfin.ca\/*"
],
"css": [
"css\/cashflowcalc-zillow.css"
],
"js": [
"js\/cashflowcalc-zillow.js"
],
"run_at": "document_start"
}
],
"homepage_url": "https:\/\/github.com\/daattali\/cashflow-calculation-extension"
} | |