idealista web scraping

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

Wat is idealista web scraping?

idealista web scraping is een Chrome-extensie ontwikkeld door jero, en de belangrijkste functie is "idealista web scraping allows you to collect the articles as you browse and download them later in Excel file (CSV)".

Extensie Screenshots

screenshot

Download het CRX-bestand van de extensie idealista web scraping

Download idealista web scraping-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

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

Basisinformatie over de Extensie

Naam idealista web scraping idealista web scraping
ID omlmedlnclppcmghdljgjmkjooinfljo
Officiële URL https://chromewebstore.google.com/detail/idealista-web-scraping/omlmedlnclppcmghdljgjmkjooinfljo
Beschrijving idealista web scraping allows you to collect the articles as you browse and download them later in Excel file (CSV)
Bestandsgrootte 11.43 KB
Aantal Installaties 296
Huidige Versie 1.0
Laatst Bijgewerkt 2019-07-05
Publicatiedatum 2019-07-05
Beoordeling 5.00/5 Totaal 1 Beoordelingen
Ontwikkelaar jero
Betalingswijze free
Ondersteunde Talen 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
}