Ostrich : Cashflow Analysis for Zillow

Discover cash flowing investment properties in seconds.

Τι είναι το Ostrich : Cashflow Analysis for Zillow;

Το Ostrich : Cashflow Analysis for Zillow είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον ostrichplugin, και η κύρια λειτουργία του είναι "Discover cash flowing investment properties in seconds.".

Στιγμιότυπα Επέκτασης

screenshot
screenshot

Λήψη αρχείου CRX της επέκτασης Ostrich : Cashflow Analysis for Zillow

Λήψη αρχείων επέκτασης Ostrich : Cashflow Analysis for Zillow σε μορφή crx, εγκατάσταση των επεκτάσεων Chrome μη αυτόματα στον περιηγητή ή κοινοποίηση των αρχείων crx με φίλους για εύκολη εγκατάσταση των επεκτάσεων Chrome.

Οδηγίες Χρήσης της Επέκτασης

                        Get the cash flow analysis of a single family property while you are checking out a Zillow listing. 

What is the benefit?
- You save hours every week because there are no more manual calculations using excel
- You can analyze more leads and find great deals. 



Use Cases
- If you are looking for cash flowing markets, just pick any area and click the listings to find cash flow on the spot.
- For investors who like to analyze many properties a day and don't have the time.
- For investors who are looking to build passive income through cash flow from rental properties. 

How does it work?
1) Add the extension to Chrome, click the puzzle icon and pin the extension(or it won't show!)
2) Right click and click options and enter your pre-defined values for variables such as vacancy, capex/repairs, property management. interest rate, loan term etc.
3) Go to Zillow and find a listing that you like and click the extension icon.
4) Extension will extract the values from the listing like purchase price, rent, property taxes and show you the cash on cash return. You can change the sliders to find the right offer price.
5) If you like the numbers, you can add the property to your funnel, by copying the values and pasting them in an excel.


What problem are we solving?
I had filters setup on Zillow, Redfin and Realtor to notify me of any new listing in my market. I would get tens of emails everyday and then I would use my excel calculator to analyze them, which was a tedious process of going back and forth and pasting values from the listing to excel model. On average I spent hours every week doing this.

Now I spend 5 minutes a day and its so much more fun. Because it is fun, I do more analysis and I am able to find better deals and move fast on them also.

Hope this helps!                    

Βασικές Πληροφορίες Επέκτασης

Όνομα Ostrich : Cashflow Analysis for Zillow Ostrich : Cashflow Analysis for Zillow
ID aicgkflmidjkbcenllnnlbnfnmicpmgo
Επίσημο URL https://chromewebstore.google.com/detail/ostrich-cashflow-analysis/aicgkflmidjkbcenllnnlbnfnmicpmgo
Περιγραφή Discover cash flowing investment properties in seconds.
Μέγεθος Αρχείου 644 KB
Αριθμός Εγκαταστάσεων 532
Τρέχουσα Έκδοση 1.0.14
Τελευταία Ενημέρωση 2023-07-06
Ημερομηνία Δημοσίευσης 2022-01-24
Αξιολόγηση 5.00/5 Συνολικά 12 Αξιολογήσεις
Προγραμματιστής ostrichplugin
Ηλεκτρονικό ταχυδρομείο [email protected]
Τύπος Πληρωμής free
Ιστότοπος Επέκτασης https://ostrich.so
Υποστηριζόμενες Γλώσσες en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "Ostrich : Cashflow Analysis for Zillow",
    "description": "Discover cash flowing investment properties in seconds.",
    "version": "1.0.14.0",
    "version_name": "1.0.14",
    "icons": {
        "128": "ostrich-128.png"
    },
    "action": {
        "default_popup": "index.html",
        "default_icon": {
            "128": "ostrich-128.png"
        }
    },
    "background": {
        "service_worker": "service-worker-loader.js",
        "type": "module"
    },
    "permissions": [
        "storage",
        "activeTab"
    ],
    "options_page": "options.html",
    "content_scripts": [
        {
            "js": [
                "assets\/content-script.ts-loader-079610bc.js"
            ],
            "matches": [
                "https:\/\/app.ostrich.so\/*"
            ]
        }
    ],
    "externally_connectable": {
        "matches": [
            "https:\/\/app.ostrich.so\/*"
        ]
    },
    "web_accessible_resources": [
        {
            "matches": [
                "https:\/\/app.ostrich.so\/*"
            ],
            "resources": [
                "assets\/content-script.ts-31de5e85.js"
            ],
            "use_dynamic_url": true
        }
    ]
}