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.".

لقطات شاشة التمديد

screenshot
screenshot
screenshot
screenshot
screenshot

تحميل ملف CRX للإضافة Cashflow Calculator for Zillow/Trulia/Redfin

قم بتنزيل ملفات الامتداد Cashflow Calculator for Zillow/Trulia/Redfin بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.

تعليمات استخدام التمديد

                        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                    

معلومات أساسية عن التمديد

الاسم Cashflow Calculator for Zillow/Trulia/Redfin Cashflow Calculator for Zillow/Trulia/Redfin
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
عنوان صفحة المساعدة 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"
}