Grossyield | Investment property deal finder

Find incredible house or building deals by searching with rental performance and performance metrics.

Grossyield | Investment property deal finderคืออะไร?

Grossyield | Investment property deal finder เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://grossyield.com และคุณลักษณะหลักของมันคือ "Find incredible house or building deals by searching with rental performance and performance metrics."

ภาพหน้าจอของส่วนขยาย

screenshot
screenshot
screenshot
screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Grossyield | Investment property deal finder

ดาวน์โหลดไฟล์ส่วนขยาย Grossyield | Investment property deal finder ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

คำแนะนำในการใช้ส่วนขยาย

                        Grossyield helps future buyers and real estate investors find properties with good return of investment by providing insightful data on properties listed on major websites. The extension is compatible with Centris, Duproprio, Remax, Realtor, and more.

On every real estate listing, the extension displays the performance metrics of the property. In one second, you can calculate all key performance indicators and real estate data to evaluate the property (average selling price of the nearby area, average rental price of the nearby area, view closest facilities, TGA, Cash on cash return, etc).

Never spend your time filling out a real estate investing spreadsheet!
Easily Analyze and Compare the rental return of properties for sale during your search.

Find incredible real estate deal faster:
- Ideal for First time buyer, real estate investors or brokers 
- Filter on performance metrics and focus on best properties
- Use the rental property calculator to Evaluate the ROI of any property                    

ข้อมูลพื้นฐานของส่วนขยาย

ชื่อ Grossyield | Investment property deal finder Grossyield | Investment property deal finder
ID mchopckfdiianjghickddmpiehmjjopf
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/grossyield-investment-pro/mchopckfdiianjghickddmpiehmjjopf
คำอธิบาย Find incredible house or building deals by searching with rental performance and performance metrics.
ขนาดไฟล์ 1.73 MB
จำนวนการติดตั้ง 363
เวอร์ชันปัจจุบัน 0.2.0
อัปเดตครั้งล่าสุด 2020-10-13
วันที่เผยแพร่ 2020-06-06
คะแนน 5.00/5 รวมทั้งหมด 3 คะแนน
ผู้พัฒนา https://grossyield.com
อีเมล [email protected]
ประเภทการชำระเงิน free
เว็บไซต์ส่วนขยาย https://grossyield.com/
ภาษาที่รองรับ en,fr
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "version": "0.2.0",
    "name": "Grossyield | Investment property deal finder",
    "manifest_version": 2,
    "description": "Find incredible house or building deals by searching with rental performance and performance metrics.",
    "default_locale": "en",
    "browser_action": {
        "default_title": "Grossyield for Chrome",
        "default_popup": "popup.html"
    },
    "icons": {
        "16": "img\/icon-16.png",
        "32": "img\/icon-32.png",
        "48": "img\/icon-48.png",
        "128": "img\/icon-128.png",
        "192": "img\/icon-192.png",
        "512": "img\/icon-512.png"
    },
    "web_accessible_resources": [
        "window.html",
        "sidebar.html",
        "img\/apple-touch-icon.png"
    ],
    "background": {
        "page": "background.html"
    },
    "permissions": [
        "tabs",
        "storage",
        "cookies",
        "*:\/\/*.grossyield.com\/*",
        "",
        "alarms"
    ],
    "content_security_policy": "default-src 'self' https:\/\/*.walkscore.com; font-src 'self' https:\/\/fonts.gstatic.com; script-src 'self' https:\/\/maps.googleapis.com https:\/\/grossyield.com; connect-src https:\/\/grossyield.com;  style-src * 'unsafe-inline'; img-src * data:;",
    "content_scripts": [
        {
            "all_frames": true,
            "css": [
                "css\/content.css"
            ],
            "matches": [
                ""
            ],
            "run_at": "document_end"
        }
    ]
}