Cashflow Calculator for Zillow/Trulia/Redfin

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

Qu'est-ce que Cashflow Calculator for Zillow/Trulia/Redfin ?

Cashflow Calculator for Zillow/Trulia/Redfin est une extension Chrome développée par https://cashflowcalc.com, et sa fonction principale est "Rental cashflow calculator that lets you analyze deals using cashflowcalc.com - works on Zillow/Trulia/Redfin.".

Captures d'Écran de l'Extension

screenshot
screenshot
screenshot
screenshot
screenshot

Télécharger le fichier CRX de l'extension Cashflow Calculator for Zillow/Trulia/Redfin

Téléchargez les fichiers d'extension Cashflow Calculator for Zillow/Trulia/Redfin au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

                        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                    

Informations de Base sur l'Extension

Nom Cashflow Calculator for Zillow/Trulia/Redfin Cashflow Calculator for Zillow/Trulia/Redfin
ID oacadllhimmkndjnofmfoijbiimcmhni
URL Officiel https://chromewebstore.google.com/detail/cashflow-calculator-for-z/oacadllhimmkndjnofmfoijbiimcmhni
Description Rental cashflow calculator that lets you analyze deals using cashflowcalc.com - works on Zillow/Trulia/Redfin.
Taille du Fichier 18.54 KB
Nombre d'Installations 196
Version Actuelle 1.1.0
Dernière Mise à Jour 2023-04-28
Date de Publication 2020-12-26
Évaluation 5.00/5 Total 3 Évaluations
Développeur https://cashflowcalc.com
Email [email protected]
Type de Paiement free
URL de la Page d'Aide https://deanattali.com/
Langues Prises en Charge 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"
}