Parser of real estate objects

Add real estate objects with Avito and CIAN to your catalog of objects Palatar with one click

Was ist Parser of real estate objects?

Parser of real estate objects ist eine Chrome-Erweiterung, die von https://palatar.ru entwickelt wurde, und ihr Hauptmerkmal ist "Add real estate objects with Avito and CIAN to your catalog of objects Palatar with one click".

Parser of real estate objects-Erweiterungs-CRX-Datei herunterladen

Laden Sie Parser of real estate objects-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.

Anleitung zur Verwendung der Erweiterung

                        Парсер позволяет пользователям сервиса Palatar пополнять каталог объектов недвижимости с самых популярных площадок - Авито и ЦИАН. 

Доступные типы недвижимости: Коммерческая Недвижимость, Продажа, Вторичка, Квартира, Комната, Студия, Земельные участки, Дома, Дачи, Коттеджи.

Чтобы воспользоваться парсером, необходимо авторизоваться в расширении, введя логин и пароль аккаунта Palatar. Далее перейдите на страницу объекта недвижимости в Авито или ЦИАН, откройте расширение и нажмите «Создать объект».

При парсинге объекта недвижимости с Авито необходимо открыть телефон в объявлении, чтобы все контактные данные собственника были сохранены.                    

Grundlegende Informationen zur Erweiterung

Name Parser of real estate objects Parser of real estate objects
ID hhoihnccooijchlhgkhhfpfogeodofbd
Offizielle URL https://chromewebstore.google.com/detail/parser-of-real-estate-obj/hhoihnccooijchlhgkhhfpfogeodofbd
Beschreibung Add real estate objects with Avito and CIAN to your catalog of objects Palatar with one click
Dateigröße 105 KB
Installationsanzahl 133
Aktuelle Version 1.0.6
Letztes Update 2022-06-30
Veröffentlichungsdatum 2021-06-11
Bewertung 5.00/5 Insgesamt 2 Bewertungen
Entwickler https://palatar.ru
E-Mail [email protected]
Zahlungsart free
Erweiterungswebsite https://palatar.ru
Hilfeseite URL https://palatar.ru
URL der Datenschutzrichtlinien-Seite https://ingru.ru/documents/politika-confidencialnosti_ingroup_amocrm.pdf
Unterstützte Sprachen en,ru
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "__MSG_appName__",
    "description": "__MSG_appDesc__",
    "default_locale": "ru",
    "version": "1.0.6",
    "manifest_version": 3,
    "permissions": [
        "activeTab",
        "tabs",
        "storage",
        "scripting"
    ],
    "host_permissions": [
        "https:\/\/api.palatar.ru\/*\/*",
        "https:\/\/api.devpalatar.ingru.ru\/*\/*",
        "https:\/\/api.roservice.local.dv\/*\/*",
        "https:\/\/roservice.local.dv\/*\/*",
        "https:\/\/palatar.ru\/*\/*"
    ],
    "background": {
        "service_worker": "background.js"
    },
    "content_scripts": [
        {
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ],
            "js": [
                "libs\/jquery.js",
                "libs\/tesseract.js",
                "sourse\/js\/parser.js"
            ]
        }
    ],
    "action": {
        "default_popup": "popup.html",
        "default_icon": {
            "16": "images\/16x16.png",
            "32": "images\/32x32.png",
            "48": "images\/48x48.png",
            "64": "images\/64x64.png",
            "128": "images\/128x128.png"
        }
    },
    "icons": {
        "16": "images\/16x16.png",
        "32": "images\/32x32.png",
        "48": "images\/48x48.png",
        "64": "images\/64x64.png",
        "128": "images\/128x128.png"
    }
}