houseme

Your Apartment Search, All In One Place

housemeとは何ですか?

housemeはhttps://gethouseme.comによって開発されたChromeの拡張機能で、その主な機能は「Your Apartment Search, All In One Place」です。

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

screenshot
screenshot
screenshot

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

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

拡張機能の使用方法

                        Search, save, and share any property from any website with anyone. Save any property from today's most popular rental websites and easily share them to simplify your search and help you get into your next apartment faster.

No more emails, calls, or texts to sort and track through. Find the places you love and chat with someone instantly about seeing them.

Click on the button while browsing the most popular rental websites and it will automatically save all the property details your Houseme account.


Two Ways To Save Any Apartment
• Click on the Houseme button in your toolbar
• Click on the Houseme “Save Property” button


Share & Collaborate
• Easily share your favorite places with anyone. Simply share the link to your profile with your roommates and collaborate on your search together.


Is It Free?
• Yes, it is absolutely free to use for renters looking to collect and save apartments.


Any Tips To Use?
• After you have downloaded the extension and logged in simply browse the most popular rental listing websites to save all your properties into one place.

• Share your profile URL with others you are searching with to coordinate your search together, easier.

• Instantly chat with your roommates and keep all your searching conversations in one place.

• Chat with the houseme team or one of our awesome partner agents to show you all your saved properties.


Help And Suggestions
gethouseme.com/help


Get In Touch With Us
[email protected]                    

拡張機能の基本情報

名前 houseme houseme
ID ddgkgmkobplknpfacjocmfkphblpilbk
公式URL https://chromewebstore.google.com/detail/houseme/ddgkgmkobplknpfacjocmfkphblpilbk
説明 Your Apartment Search, All In One Place
ファイルサイズ 245 KB
インストール数 17
現在のバージョン 0.1.0.1004
最終更新日 2019-09-25
公開日 2019-09-21
評価 4.25/5 合計 4 レビュー
開発者 https://gethouseme.com
Eメール [email protected]
支払い方法 free
プライバシーポリシーページのURL https://www.gethouseme.com/privacy-policy
対応言語 en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "houseme",
    "version": "0.1.0.1004",
    "description": "Your Apartment Search, All In One Place",
    "icons": {
        "16": ".\/images\/icon16.png",
        "48": ".\/images\/icon48.png",
        "128": ".\/images\/icon128.png"
    },
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                ".\/jquery-3.4.1.min.js",
                ".\/content.js",
                ".\/webflow.js"
            ]
        }
    ],
    "permissions": [
        "storage",
        ""
    ],
    "background": {
        "scripts": [
            ".\/background.js"
        ]
    },
    "browser_action": {
        "default_icon": ".\/images\/action-icon.png"
    }
}