Real Estate Assistant

Your most dedicated real estate assistant.

Real Estate Assistant क्या है?

Real Estate Assistant https://reas.com.ua द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Your most dedicated real estate assistant."।

एक्सटेंशन स्क्रीनशॉट्स

screenshot
screenshot
screenshot
screenshot
screenshot

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में Real Estate Assistant एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ 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": [
                ""
            ]
        }
    ]
}