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 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        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
이메일 [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"
    }
}