Realable

Fun with Real Estate! Record your screen while searching on Zillow, Realtor.com or your favorite real estate agents website.

Realableとは何ですか?

Realableはhttp://realable.comによって開発されたChromeの拡張機能で、その主な機能は「Fun with Real Estate! Record your screen while searching on Zillow, Realtor.com or your favorite real estate agents website.」です。

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

screenshot
screenshot
screenshot
screenshot

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

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

拡張機能の使用方法

                        Record your screen while you search for homes on any website including Zillow, Realtor.com, Trulia.com & more.

We're building a social network for real estate that allows you to mix, record and have fun with home listings anywhere you find them.

Any web page can be recorded. Even blogs, home design websites, Instagram, Pinterest, etc.

Build your following, get sponsored & start making money having fun with real estate.

Features:
Record your video & audio as you scroll through a listing. Share your unique thoughts & expertise.
Send video messages with home listings privately to clients.
Save & Publish to the web to market yourself & the listing.
Add stickers, text & more to your videos.
Share videos on any social media site...including Facebook Neighborhood Groups.
Generate & Convert home buyer & seller leads using video home tours.
Upgrade to add your logo & phone number to your videos.
Record home listings on your Agent MLS Search site.
Import your Contacts & save your favorites for faster sending.
Receive Read Receipts when your message is read.
Create Groups to record listings together.
Audio only mode to hide your video while you record.
Record multiple listings as you search.
Record 3d home presentations on Matterport.                    

拡張機能の基本情報

名前 Realable Realable
ID okcdijgimldmpdlbhgnllfidedjpnbch
公式URL https://chrome.google.com/webstore/detail/realable/okcdijgimldmpdlbhgnllfidedjpnbch
説明 Fun with Real Estate! Record your screen while searching on Zillow, Realtor.com or your favorite real estate agents website.
ファイルサイズ 3.5 MB
インストール数 65
現在のバージョン 1.0.6
最終更新日 2021-03-26
公開日 2020-06-11
評価 1.00/5 合計 1 レビュー
開発者 http://realable.com
Eメール [email protected]
支払い方法 free
拡張機能のウェブサイト https://realable.com
ヘルプページのURL https://realable.com/support
プライバシーポリシーページのURL https://whitefishlabs.com/privacy
対応言語 en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Realable",
    "short_name": "Realable",
    "version": "1.0.6",
    "manifest_version": 2,
    "description": "Fun with Real Estate! Record your screen while searching on Zillow, Realtor.com or your favorite real estate agents website.",
    "browser_action": {
        "default_icon": "images\/icon2_128.png",
        "default_popup": "lib\/popup.html"
    },
    "web_accessible_resources": [
        "images\/*",
        "fonts\/*",
        "lib\/*"
    ],
    "icons": {
        "16": "images\/icon2_16.png",
        "48": "images\/icon2_48.png",
        "64": "images\/icon2_64.png",
        "128": "images\/icon2_128.png"
    },
    "background": {
        "scripts": [
            "lib\/background.js"
        ],
        "persistent": true
    },
    "permissions": [
        "storage",
        "tabs",
        "tabCapture",
        "activeTab",
        "contextMenus",
        "notifications"
    ],
    "content_scripts": [
        {
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ],
            "js": [
                "lib\/jquery-3.2.1.min.js",
                "lib\/jquery-ui.min.js",
                "lib\/content.js",
                "lib\/popup.js",
                "lib\/record.js"
            ],
            "css": [
                "lib\/record.css",
                "lib\/ani.css",
                "lib\/jquery-ui.min.css"
            ],
            "run_at": "document_end",
            "all_frames": false
        }
    ],
    "externally_connectable": {
        "matches": [
            "https:\/\/*.realable.com\/*"
        ]
    }
}