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是由https://cashflowcalc.com開發的Chrome擴展程式,該擴展的主要功能是“Rental cashflow calculator that lets you analyze deals using cashflowcalc.com - works on Zillow/Trulia/Redfin.”。
擴展截圖
下載Cashflow Calculator for Zillow/Trulia/Redfin擴展crx文件
下載Cashflow Calculator for Zillow/Trulia/Redfin擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。
擴展使用說明
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 擴展基本資訊
| 名稱 | |
| ID | oacadllhimmkndjnofmfoijbiimcmhni |
| 官方網址 | 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 |
| 說明頁面URL | 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"
} | |