idealista web scraping

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

Was ist idealista web scraping?

idealista web scraping ist eine Chrome-Erweiterung, die von jero entwickelt wurde, und ihr Hauptmerkmal ist "idealista web scraping allows you to collect the articles as you browse and download them later in Excel file (CSV)".

Erweiterungsscreenshots

screenshot

idealista web scraping-Erweiterungs-CRX-Datei herunterladen

Laden Sie idealista web scraping-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

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

Grundlegende Informationen zur Erweiterung

Name idealista web scraping idealista web scraping
ID omlmedlnclppcmghdljgjmkjooinfljo
Offizielle URL https://chromewebstore.google.com/detail/idealista-web-scraping/omlmedlnclppcmghdljgjmkjooinfljo
Beschreibung idealista web scraping allows you to collect the articles as you browse and download them later in Excel file (CSV)
Dateigröße 11.43 KB
Installationsanzahl 296
Aktuelle Version 1.0
Letztes Update 2019-07-05
Veröffentlichungsdatum 2019-07-05
Bewertung 5.00/5 Insgesamt 1 Bewertungen
Entwickler jero
Zahlungsart free
Unterstützte Sprachen 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
}