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 là gì?

Realtime Analysis for Real Estate Investors là một tiện ích mở rộng Chrome được phát triển bởi tidelab, và tính năng chính của nó là "Instant TK Numbers analyser designed for investors. Support BP Biggerpockets marketplace, Indy MLS (miborblc), Zillow, Trulia.".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot

Tải xuống tệp CRX của tiện ích mở rộng Realtime Analysis for Real Estate Investors

Tải xuống các tệp mở rộng Realtime Analysis for Real Estate Investors dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                                            

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên Realtime Analysis for Real Estate Investors Realtime Analysis for Real Estate Investors
ID nefomlgkiionhhepnajmmfbjnjhbiddk
URL Chính Thức https://chrome.google.com/webstore/detail/realtime-analysis-for-rea/nefomlgkiionhhepnajmmfbjnjhbiddk
Mô tả Instant TK Numbers analyser designed for investors. Support BP Biggerpockets marketplace, Indy MLS (miborblc), Zillow, Trulia.
Kích Thước Tệp 60.92 KB
Số Lần Cài Đặt 217
Phiên Bản Hiện Tại 0.92
Cập Nhật Lần Cuối 2016-08-15
Ngày Phát Hành 2016-08-15
Đánh Giá 5.00/5 Tổng số 2 Đánh Giá
Nhà Phát Triển tidelab
Email [email protected]
Loại Thanh Toán free
Ngôn Ngữ Được Hỗ Trợ 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"
    ]
}