idealista web scraping

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

O que é idealista web scraping?

idealista web scraping é uma extensão do Chrome desenvolvida por jero, e sua principal característica é "idealista web scraping allows you to collect the articles as you browse and download them later in Excel file (CSV)".

Capturas de Tela da Extensão

screenshot

Baixar o arquivo CRX da Extensão idealista web scraping

Baixe arquivos de extensão idealista web scraping no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.

Instruções de Uso da Extensão

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

Informações Básicas da Extensão

Nome idealista web scraping idealista web scraping
ID omlmedlnclppcmghdljgjmkjooinfljo
URL Oficial https://chromewebstore.google.com/detail/idealista-web-scraping/omlmedlnclppcmghdljgjmkjooinfljo
Descrição idealista web scraping allows you to collect the articles as you browse and download them later in Excel file (CSV)
Tamanho do Arquivo 11.43 KB
Contagem de Instalações 296
Versão Atual 1.0
Última Atualização 2019-07-05
Data de Publicação 2019-07-05
Classificação 5.00/5 Total de 1 Avaliações
Desenvolvedor jero
Tipo de Pagamento free
Idiomas Suportados 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
}