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 là gì?

Cashflow Calculator for Zillow/Trulia/Redfin là một tiện ích mở rộng Chrome được phát triển bởi https://cashflowcalc.com, và tính năng chính của nó là "Rental cashflow calculator that lets you analyze deals using cashflowcalc.com - works on Zillow/Trulia/Redfin.".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot
screenshot
screenshot
screenshot
screenshot

Tải xuống tệp CRX của tiện ích mở rộng Cashflow Calculator for Zillow/Trulia/Redfin

Tải xuống các tệp mở rộng Cashflow Calculator for Zillow/Trulia/Redfin dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        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                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên Cashflow Calculator for Zillow/Trulia/Redfin Cashflow Calculator for Zillow/Trulia/Redfin
ID oacadllhimmkndjnofmfoijbiimcmhni
URL Chính Thức https://chromewebstore.google.com/detail/cashflow-calculator-for-z/oacadllhimmkndjnofmfoijbiimcmhni
Mô tả Rental cashflow calculator that lets you analyze deals using cashflowcalc.com - works on Zillow/Trulia/Redfin.
Kích Thước Tệp 18.54 KB
Số Lần Cài Đặt 196
Phiên Bản Hiện Tại 1.1.0
Cập Nhật Lần Cuối 2023-04-28
Ngày Phát Hành 2020-12-26
Đánh Giá 5.00/5 Tổng số 3 Đánh Giá
Nhà Phát Triển https://cashflowcalc.com
Email [email protected]
Loại Thanh Toán free
URL Trang Trợ Giúp https://deanattali.com/
Ngôn Ngữ Được Hỗ Trợ 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"
}