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 |
| 官方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 |
| 帮助页面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"
} | |