Homescope
Discover cashflow rental properties in seconds!
Homescopeとは何ですか?
Homescopeはhttps://homescope.ioによって開発されたChromeの拡張機能で、その主な機能は「Discover cashflow rental properties in seconds!」です。
拡張機能のスクリーンショット
Homescope拡張機能のCRXファイルをダウンロード
Homescope拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
Homescope Extension by homescope.io
Use Homescope to instantly analyze a real estate property right within Zillow.
Estimate your operating expenses and see estimate your monthly cash flow for a rental property.
See more details at: https://homescope.io 拡張機能の基本情報
| 名前 | |
| ID | idiapepibkojbdegibeeoodjgpolflne |
| 公式URL | https://chromewebstore.google.com/detail/homescope/idiapepibkojbdegibeeoodjgpolflne |
| 説明 | Discover cashflow rental properties in seconds! |
| ファイルサイズ | 1.1 MB |
| インストール数 | 158 |
| 現在のバージョン | 2.1.5 |
| 最終更新日 | 2022-10-10 |
| 公開日 | 2022-09-07 |
| 評価 | 3.67/5 合計 3 レビュー |
| 開発者 | https://homescope.io |
| Eメール | [email protected] |
| 支払い方法 | free |
| 拡張機能のウェブサイト | https://homescope.io |
| ヘルプページのURL | https://homescope.io/contact |
| 対応言語 | en-US |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"manifest_version": 3,
"name": "Homescope",
"version": "2.1.5",
"icons": {
"16": "assets\/icons\/logo192.png",
"48": "assets\/icons\/logo192.png",
"128": "assets\/icons\/logo192.png"
},
"description": "Discover cashflow rental properties in seconds!",
"homepage_url": "https:\/\/homescope.io",
"short_name": "Homescope",
"permissions": [
"tabs",
"storage",
"identity"
],
"content_security_policy": {
"extension_pages": "script-src 'self'; object-src 'self'"
},
"author": "calebfahlgren",
"minimum_chrome_version": "88",
"options_page": "options.html",
"options_ui": {
"page": "options.html",
"open_in_tab": true
},
"background": {
"service_worker": "js\/serviceworker.bundle.js"
},
"content_scripts": [
{
"matches": [
"http:\/\/*.zillow.com\/*",
"https:\/\/*.zillow.com\/*"
],
"js": [
"js\/contentScript.bundle.js"
],
"css": [
"assets\/styles\/sidebar.css"
],
"run_at": "document_end"
}
],
"web_accessible_resources": [
{
"resources": [
"css\/*",
"assets\/*"
],
"matches": [
" | |