Zinstant

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

Zinstant란 무엇입니까?

Zinstant은(는) MoMass Corp에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Filter, Export and Auto-Search for below market value properties"입니다.

확장 프로그램 스크린샷

screenshot
screenshot
screenshot

Zinstant 확장 프로그램 CRX 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        **** 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"
}