Zillow Cash Flow Calculator
Calculator for real estate rental homes
Zillow Cash Flow Calculator क्या है?
Zillow Cash Flow Calculator https://cashflowexpert.io द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Calculator for real estate rental homes"।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में Zillow Cash Flow Calculator एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।
एक्सटेंशन उपयोग निर्देश
The Zillow rental cashflow calculator was made with the real estate investor in mind, we automate the calculation process so that you can focus on your next deal. In less than 3s determine the profitability of any property. For now we are only compatible with Zillow. We are in the works to support the other major real estate sites in the future.
एक्सटेंशन की मूल जानकारी
नाम | Zillow Cash Flow Calculator |
ID | caanploiiehcbbledgfjccgljbgdcdbf |
आधिकारिक URL | https://chromewebstore.google.com/detail/zillow-cash-flow-calculat/caanploiiehcbbledgfjccgljbgdcdbf |
विवरण | Calculator for real estate rental homes |
फ़ाइल का आकार | 4.97 MB |
स्थापना संख्या | 210 |
वर्तमान संस्करण | 0.0.3.0 |
अंतिम अपडेट | 2023-06-23 |
प्रकाशन तिथि | 2020-03-19 |
रेटिंग | 4.00/5 कुल 3 रेटिंग्स |
डेवलपर | https://cashflowexpert.io |
ईमेल | [email protected] |
भुगतान के प्रकार | free |
एक्सटेंशन वेबसाइट | http://cashflowexpert.io/ |
सहायता पृष्ठ URL | https://cashflowexpertio.freshdesk.com/support/tickets/new |
समर्थित भाषाएँ | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Zillow Cash Flow Calculator", "description": "Calculator for real estate rental homes", "version": "0.0.3.0", "background": { "scripts": [ "background.js" ], "persistent": false }, "page_action": { "default_icon": { "16": "img\/logo-16.png", "32": "img\/logo-32.png", "48": "img\/logo-48.png", "64": "img\/logo-64.png", "128": "img\/logo-128.png" }, "icons": { "16": "img\/logo-16.png", "32": "img\/logo-32.png", "48": "img\/logo-48.png", "64": "img\/logo-64.png", "128": "img\/logo-128.png" }, "default_title": "Investor Calculator", "default_popup": "popup.html" }, "content_scripts": [ { "matches": [ "https:\/\/www.zillow.com\/*" ], "js": [ "content.js" ] } ], "content_security_policy": "script-src 'self' 'unsafe-eval' https:\/\/www.google-analytics.com; object-src 'self'", "permissions": [ "tabs", "storage", "declarativeContent", "identity", "notifications", "storage", "https:\/\/stark-springs-27645.herokuapp.com\/*", "https:\/\/cashflowexpert.*", "https:\/\/big-stingray-33.hasura.app\/v1\/graphql", "https:\/\/*.auth0.com\/*" ] } |