Zinstant

Filter, Export and Auto-Search for below market value properties

Zinstantคืออะไร?

Zinstant เป็นส่วนขยายของ Chrome ที่พัฒนาโดย MoMass Corp และคุณลักษณะหลักของมันคือ "Filter, Export and Auto-Search for below market value properties"

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

screenshot
screenshot
screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Zinstant

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

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

                        **** IMPORTANT ****
Always make sure you have the latest version of the extension to prevent bugs, especially when the extension is not working as you expected, this due to changes happening on Zillow's API.

Zinstant - Zillow #1 Assistant (Filter, Export, Analyze, Auto-Search)
 
- Get real time notifications every time a good deal hits the market on your desired area (Beta).

- Filter out thousands of properties to match your needs.

- Export thousands of properties to Excel spreadsheet including all data (price, zestimate, rental/mo, cap-rate, etc...).

- Auto search and hunt for below-market deals on your desired area even when Zillow.com is closed, then export the data.

- Auto generate a dynamically created pdf for your desired property including all data and images.

- Quick property analysis and Cap-Rate calculations to determine how good is the deal.


  Got questions? Use contact form and we will help you.                    

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

ชื่อ Zinstant Zinstant
ID lgabpdaeilfnceejbenaadbjifbiffbd
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/zinstant/lgabpdaeilfnceejbenaadbjifbiffbd
คำอธิบาย Filter, Export and Auto-Search for below market value properties
ขนาดไฟล์ 1.09 MB
จำนวนการติดตั้ง 198
เวอร์ชันปัจจุบัน 1.5
อัปเดตครั้งล่าสุด 2020-10-10
วันที่เผยแพร่ 2020-06-01
คะแนน 3.00/5 รวมทั้งหมด 2 คะแนน
ผู้พัฒนา MoMass Corp
อีเมล [email protected]
ประเภทการชำระเงิน free
ภาษาที่รองรับ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "author": "Jimmy",
    "browser_action": {
        "default_icon": "img\/icon.png",
        "default_popup": "popup.html"
    },
    "content_security_policy": "script-src 'self' 'unsafe-eval' https:\/\/cdnjs.cloudflare.com; object-src 'self'",
    "content_scripts": [
        {
            "js": [
                "js\/jquery.min.js",
                "js\/content.js",
                "js\/materialize.min.js"
            ],
            "css": [
                "css\/style.css"
            ],
            "matches": [
                "https:\/\/www.zillow.com\/*"
            ]
        }
    ],
    "description": "Filter, Export and Auto-Search for below market value properties",
    "icons": {
        "128": "img\/iconStore.png",
        "48": "img\/iconLauncher.png"
    },
    "manifest_version": 2,
    "name": "Zinstant",
    "permissions": [
        "webRequest",
        "tabs",
        "storage",
        "background",
        "notifications",
        "https:\/\/www.zillow.com\/*"
    ],
    "web_accessible_resources": [
        "\/img\/card.png",
        "\/img\/icon.png"
    ],
    "background": {
        "scripts": [
            "js\/pdfmake.min.js",
            "js\/vfs_fonts.js",
            "js\/background.js"
        ]
    },
    "version": "1.5"
}