Realtime Analysis for Real Estate Investors

Instant TK Numbers analyser designed for investors. Support BP Biggerpockets marketplace, Indy MLS (miborblc), Zillow, Trulia.

Realtime Analysis for Real Estate Investorsとは何ですか?

Realtime Analysis for Real Estate Investorsはtidelabによって開発されたChromeの拡張機能で、その主な機能は「Instant TK Numbers analyser designed for investors. Support BP Biggerpockets marketplace, Indy MLS (miborblc), Zillow, Trulia.」です。

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

screenshot

Realtime Analysis for Real Estate Investors拡張機能のCRXファイルをダウンロード

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

拡張機能の使用方法

                                            

拡張機能の基本情報

名前 Realtime Analysis for Real Estate Investors Realtime Analysis for Real Estate Investors
ID nefomlgkiionhhepnajmmfbjnjhbiddk
公式URL https://chrome.google.com/webstore/detail/realtime-analysis-for-rea/nefomlgkiionhhepnajmmfbjnjhbiddk
説明 Instant TK Numbers analyser designed for investors. Support BP Biggerpockets marketplace, Indy MLS (miborblc), Zillow, Trulia.
ファイルサイズ 60.92 KB
インストール数 217
現在のバージョン 0.92
最終更新日 2016-08-15
公開日 2016-08-15
評価 5.00/5 合計 2 レビュー
開発者 tidelab
Eメール [email protected]
支払い方法 free
対応言語 en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Realtime Analysis for Real Estate Investors",
    "short_name": "TK Numbers",
    "description": "Instant TK Numbers analyser designed for investors. Support BP Biggerpockets marketplace, Indy MLS (miborblc), Zillow, Trulia.",
    "version": "0.92",
    "icons": {
        "16": "icon16.png",
        "48": "icon48.png",
        "128": "icon128.png"
    },
    "author": "[email protected]",
    "content_scripts": [
        {
            "matches": [
                "*:\/\/www.biggerpockets.com\/*",
                "*:\/\/biggerpockets.com\/*",
                "*:\/\/*.miborblc.com\/*",
                "*:\/\/miborblc.com\/*"
            ],
            "css": [
                "css\/mystyles.css"
            ],
            "js": [
                "third_party\/jquery-2.2.0.min.js",
                "third_party\/xml2json.min.js",
                "scripts\/all.min.js"
            ]
        }
    ],
    "permissions": [
        "identity",
        "activeTab",
        "",
        "tabs",
        "storage"
    ]
}