Cashflow Calculator for Zillow/Trulia/Redfin

Rental cashflow calculator that lets you analyze deals using cashflowcalc.com - works on Zillow/Trulia/Redfin.

Wat is Cashflow Calculator for Zillow/Trulia/Redfin?

Cashflow Calculator for Zillow/Trulia/Redfin is een Chrome-extensie ontwikkeld door https://cashflowcalc.com, en de belangrijkste functie is "Rental cashflow calculator that lets you analyze deals using cashflowcalc.com - works on Zillow/Trulia/Redfin.".

Extensie Screenshots

screenshot
screenshot
screenshot
screenshot
screenshot

Download het CRX-bestand van de extensie Cashflow Calculator for Zillow/Trulia/Redfin

Download Cashflow Calculator for Zillow/Trulia/Redfin-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

                        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                    

Basisinformatie over de Extensie

Naam Cashflow Calculator for Zillow/Trulia/Redfin Cashflow Calculator for Zillow/Trulia/Redfin
ID oacadllhimmkndjnofmfoijbiimcmhni
Officiële URL https://chromewebstore.google.com/detail/cashflow-calculator-for-z/oacadllhimmkndjnofmfoijbiimcmhni
Beschrijving Rental cashflow calculator that lets you analyze deals using cashflowcalc.com - works on Zillow/Trulia/Redfin.
Bestandsgrootte 18.54 KB
Aantal Installaties 196
Huidige Versie 1.1.0
Laatst Bijgewerkt 2023-04-28
Publicatiedatum 2020-12-26
Beoordeling 5.00/5 Totaal 3 Beoordelingen
Ontwikkelaar https://cashflowcalc.com
E-mail [email protected]
Betalingswijze free
Help Pagina-URL https://deanattali.com/
Ondersteunde Talen 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"
}