Real Estate Assistant

Your most dedicated real estate assistant.

Real Estate Assistant란 무엇입니까?

Real Estate Assistant은(는) https://reas.com.ua에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Your most dedicated real estate assistant."입니다.

확장 프로그램 스크린샷

screenshot
screenshot
screenshot
screenshot
screenshot

Real Estate Assistant 확장 프로그램 CRX 파일 다운로드

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

확장 프로그램 사용 설명서

                        This extension's main task is to help realtors with their clients and/or real estate objects management.
You'll be able to keep the data about your objects and clients in one place.

What can you do with this extension? After the installation, there will be 2 main things to work with:

"User Interface" - you'll have an interface, which you can access by clicking the extension's action button (or the injected "Add object" content button). In this interface, you can:
- Manage (add/edit/delete) your clients, their real estate objects (to sell) and requests (to buy)
- Manage (add/edit/delete) your real estate objects (to sell)
- Keep track and have fast (one-click) access to the most popular real estate resources of Ukraine

"Add Object" - extension will add (inject) the content button ("Add object"), to each of the resources, listed in the Resource page.
Button will only appear on the single object page (e.g. specific advertisement on OLX). It will help you to add object from any (available) web resource in one click.
Clicking on "Add Object" button will:
- Open the Real Estate Assistant app right on the current website
- Navigate to the "Add new real estate object" page
- Pre-fill fields with the real estate object's info (title, description, price, contact phone number etc.)

You can find the list of supported resources inside the "Real Estate Assistant > Resources" section.

All of the data is stored and synced via Chrome Sync & Local storage, which means that all of your clients & objects information will be available only to you.                    

확장 프로그램 기본 정보

이름 Real Estate Assistant Real Estate Assistant
ID hmbdkbbkbomgcfpmfaohpodgnghlpeec
공식 URL https://chromewebstore.google.com/detail/real-estate-assistant/hmbdkbbkbomgcfpmfaohpodgnghlpeec
설명 Your most dedicated real estate assistant.
파일 크기 1.24 MB
설치 횟수 24
현재 버전 2.0.4
최근 업데이트 2021-04-13
출시 날짜 2021-03-24
평점 5.00/5 총 2 개의 평점
개발자 https://reas.com.ua
이메일 [email protected]
결제 유형 free
확장 프로그램 웹 사이트 https://reas.com.ua/
도움말 페이지 URL https://reas.com.ua/contacts
개인정보 보호 정책 페이지 URL https://reas.com.ua/terms-of-use
지원되는 언어 en,ru,uk
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "__MSG_extName__",
    "short_name": "__MSG_extShortName__",
    "version": "2.0.4",
    "manifest_version": 3,
    "description": "__MSG_extDescription__",
    "permissions": [
        "storage"
    ],
    "options_page": "options.html",
    "default_locale": "en",
    "offline_enabled": true,
    "action": {
        "default_popup": "popup.standalone.html",
        "default_icon": {
            "16": "icons\/icon16.png",
            "32": "icons\/icon32.png",
            "48": "icons\/icon48.png",
            "128": "icons\/icon128.png"
        },
        "default_title": "__MSG_extName__"
    },
    "icons": {
        "16": "icons\/icon16.png",
        "32": "icons\/icon32.png",
        "48": "icons\/icon48.png",
        "128": "icons\/icon128.png"
    },
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "dist\/content.js"
            ],
            "run_at": "document_end"
        }
    ],
    "web_accessible_resources": [
        {
            "resources": [
                "images\/*",
                "icons\/*",
                "popup.integrated.html"
            ],
            "matches": [
                ""
            ]
        }
    ]
}