idealista web scraping

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

Hvad er idealista web scraping?

idealista web scraping er en Chrome-udvidelse udviklet af jero, og dens hovedfunktion er "idealista web scraping allows you to collect the articles as you browse and download them later in Excel file (CSV)".

Udvidelsesskærmbilleder

screenshot

Download idealista web scraping-udvidelses-CRX-fil

Download idealista web scraping-udvidelsesfiler i crx-format, installer Chrome-udvidelser manuelt i browseren eller del crx-filer med venner for nemt at installere Chrome-udvidelser.

Brugsanvisning til Udvidelsen

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

Grundlæggende oplysninger om udvidelsen

Navn idealista web scraping idealista web scraping
ID omlmedlnclppcmghdljgjmkjooinfljo
Officiel URL https://chromewebstore.google.com/detail/idealista-web-scraping/omlmedlnclppcmghdljgjmkjooinfljo
Beskrivelse idealista web scraping allows you to collect the articles as you browse and download them later in Excel file (CSV)
Filstørrelse 11.43 KB
Antal Installationer 296
Nuværende Version 1.0
Senest Opdateret 2019-07-05
Udgivelsesdato 2019-07-05
Bedømmelse 5.00/5 Samlet 1 Bedømmelser
Udvikler jero
Betalingsmetode free
Understøttede Sprog 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
}