idealista web scraping

idealista web scraping allows you to collect the articles as you browse and download them later in Excel file (CSV)

Что такое idealista web scraping?

idealista web scraping - это расширение Chrome, разработанное jero, и его основная функция - "idealista web scraping allows you to collect the articles as you browse and download them later in Excel file (CSV)".

Снимки экрана расширения

screenshot

Скачать файл CRX расширения idealista web scraping

Скачайте файлы расширений idealista web scraping в формате crx, установите расширения Chrome вручную в браузере или поделитесь файлами crx с друзьями, чтобы легко установить расширения Chrome.

Инструкции по использованию расширения

                        idealista web scraping allows you to collect the articles as you browse and download them later in Excel file (CSV)                    

Основная информация о расширении

Название idealista web scraping idealista web scraping
ID omlmedlnclppcmghdljgjmkjooinfljo
Официальный URL https://chromewebstore.google.com/detail/idealista-web-scraping/omlmedlnclppcmghdljgjmkjooinfljo
Описание idealista web scraping allows you to collect the articles as you browse and download them later in Excel file (CSV)
Размер файла 11.43 KB
Количество установок 296
Текущая Версия 1.0
Последнее Обновление 2019-07-05
Дата публикации 2019-07-05
Рейтинг 5.00/5 Всего 1 оценок
Разработчик jero
Тип оплаты free
Поддерживаемые языки en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "idealista web scraping",
    "version": "1.0",
    "description": "idealista web scraping allows you to collect the articles as you browse and download them later in Excel file (CSV)",
    "permissions": [
        "activeTab",
        "declarativeContent",
        "storage"
    ],
    "options_page": "options.html",
    "background": {
        "scripts": [
            "background.js"
        ],
        "persistent": false
    },
    "content_scripts": [
        {
            "matchesx": [
                "*:\/\/*\/*"
            ],
            "matches": [
                "https:\/\/www.idealista.com\/*"
            ],
            "css": [
                "content\/contentCss.css"
            ],
            "js": [
                "content\/contentScript.js"
            ]
        }
    ],
    "page_action": {
        "default_popup": "popup.html",
        "default_icon": {
            "16": "images\/get_started16.png",
            "32": "images\/get_started32.png",
            "48": "images\/get_started48.png",
            "128": "images\/get_started128.png"
        }
    },
    "icons": {
        "16": "images\/get_started16.png",
        "32": "images\/get_started32.png",
        "48": "images\/get_started48.png",
        "128": "images\/get_started128.png"
    },
    "manifest_version": 2
}