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 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 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 |
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" } |