idealista web scraping

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

Co je idealista web scraping?

idealista web scraping je rozšíření Chrome vyvinuté jero, a jeho hlavní funkcí je „idealista web scraping allows you to collect the articles as you browse and download them later in Excel file (CSV)“.

Snímky obrazovky rozšíření

screenshot

Stáhnout soubor CRX rozšíření idealista web scraping

Stáhněte si soubory rozšíření idealista web scraping ve formátu crx, ručně nainstalujte rozšíření Chrome do prohlížeče nebo sdílejte soubory crx s přáteli, abyste jednoduše nainstalovali rozšíření Chrome.

Pokyny pro Použití Rozšíření

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

Základní Informace o Rozšíření

Název idealista web scraping idealista web scraping
ID omlmedlnclppcmghdljgjmkjooinfljo
Oficiální URL https://chromewebstore.google.com/detail/idealista-web-scraping/omlmedlnclppcmghdljgjmkjooinfljo
Popis idealista web scraping allows you to collect the articles as you browse and download them later in Excel file (CSV)
Velikost souboru 11.43 KB
Počet instalací 296
Aktuální Verze 1.0
Poslední Aktualizace 2019-07-05
Datum Vydání 2019-07-05
Hodnocení 5.00/5 Celkem 1 Hodnocení
Vývojář jero
Typ Platby free
Podporované Jazyky 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
}