Rental Deal Analyzer

BetterCapital.us Rental Deal Analyzer

Rental Deal Analyzerとは何ですか?

Rental Deal Analyzerはhttp://bettercapital.usによって開発されたChromeの拡張機能で、その主な機能は「BetterCapital.us Rental Deal Analyzer」です。

拡張機能のスクリーンショット

screenshot
screenshot
screenshot
screenshot
screenshot

Rental Deal Analyzer拡張機能のCRXファイルをダウンロード

Rental Deal Analyzer拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。

拡張機能の使用方法

                        BetterCapital.us goal is to provide tools and resources to real estate investors. 

This plugin would help investors analyze a property that is listed on Zillow, Redfin or Realtor.com. And see what the Cash on Cash ROI based on Fair Market Rent and bunch of other public data points.                    

拡張機能の基本情報

名前 Rental Deal Analyzer Rental Deal Analyzer
ID kbhdckjpahlmgfkaoeijepaeaaacpjch
公式URL https://chrome.google.com/webstore/detail/rental-deal-analyzer/kbhdckjpahlmgfkaoeijepaeaaacpjch
説明 BetterCapital.us Rental Deal Analyzer
ファイルサイズ 193 KB
インストール数 134
現在のバージョン 0.0.5
最終更新日 2022-04-30
公開日 2021-06-14
評価 5.00/5 合計 3 レビュー
開発者 http://bettercapital.us
Eメール [email protected]
支払い方法 free
拡張機能のウェブサイト https://bettercapital.us
ヘルプページのURL https://bettercapital.us
プライバシーポリシーページのURL https://www.bettercapital.us/privacy
対応言語 en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Rental Deal Analyzer",
    "manifest_version": 2,
    "version": "0.0.5",
    "description": "BetterCapital.us Rental Deal Analyzer",
    "content_scripts": [
        {
            "js": [
                "jquery-3.5.1.min.js",
                "content.js"
            ],
            "matches": [
                "https:\/\/*.redfin.com\/*",
                "https:\/\/*.zillow.com\/*",
                "https:\/\/*.realtor.com\/*"
            ],
            "all_frames": true,
            "run_at": "document_end"
        }
    ],
    "icons": {
        "16": "logo16.png",
        "48": "logo48.png",
        "128": "logo128.png"
    },
    "background": {
        "scripts": [
            "background.js"
        ]
    },
    "browser_action": {
        "default_icon": {
            "16": "logo16.png",
            "24": "logo24.png",
            "32": "logo32.png"
        }
    },
    "content_security_policy": "script-src 'self' 'unsafe-eval' 'sha256-ZXXw+M5rNakBChk5dSr9Zyf5zg11COc5BJbgn5ZLcl8='; object-src 'self'",
    "permissions": [
        "contextMenus",
        "activeTab",
        "storage"
    ],
    "web_accessible_resources": [
        "*.html",
        "logo-alt.png"
    ]
}