Cashflow Calculator for Zillow/Trulia/Redfin
Rental cashflow calculator that lets you analyze deals using cashflowcalc.com - works on Zillow/Trulia/Redfin.
Was ist Cashflow Calculator for Zillow/Trulia/Redfin?
Cashflow Calculator for Zillow/Trulia/Redfin ist eine Chrome-Erweiterung, die von https://cashflowcalc.com entwickelt wurde, und ihr Hauptmerkmal ist "Rental cashflow calculator that lets you analyze deals using cashflowcalc.com - works on Zillow/Trulia/Redfin.".
Erweiterungsscreenshots
Cashflow Calculator for Zillow/Trulia/Redfin-Erweiterungs-CRX-Datei herunterladen
Laden Sie Cashflow Calculator for Zillow/Trulia/Redfin-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.
Anleitung zur Verwendung der Erweiterung
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 Grundlegende Informationen zur Erweiterung
| Name | |
| ID | oacadllhimmkndjnofmfoijbiimcmhni |
| Offizielle URL | https://chromewebstore.google.com/detail/cashflow-calculator-for-z/oacadllhimmkndjnofmfoijbiimcmhni |
| Beschreibung | Rental cashflow calculator that lets you analyze deals using cashflowcalc.com - works on Zillow/Trulia/Redfin. |
| Dateigröße | 18.54 KB |
| Installationsanzahl | 196 |
| Aktuelle Version | 1.1.0 |
| Letztes Update | 2023-04-28 |
| Veröffentlichungsdatum | 2020-12-26 |
| Bewertung | 5.00/5 Insgesamt 3 Bewertungen |
| Entwickler | https://cashflowcalc.com |
| [email protected] | |
| Zahlungsart | free |
| Hilfeseite URL | https://deanattali.com/ |
| Unterstützte Sprachen | 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"
} | |