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」です。
拡張機能のスクリーンショット
Zinstant拡張機能のCRXファイルをダウンロード
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 |
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 |
Eメール | [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" } |