idealista web scraping

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

Τι είναι το idealista web scraping;

Το idealista web scraping είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον jero, και η κύρια λειτουργία του είναι "idealista web scraping allows you to collect the articles as you browse and download them later in Excel file (CSV)".

Στιγμιότυπα Επέκτασης

screenshot

Λήψη αρχείου CRX της επέκτασης idealista web scraping

Λήψη αρχείων επέκτασης idealista web scraping σε μορφή crx, εγκατάσταση των επεκτάσεων Chrome μη αυτόματα στον περιηγητή ή κοινοποίηση των αρχείων crx με φίλους για εύκολη εγκατάσταση των επεκτάσεων Chrome.

Οδηγίες Χρήσης της Επέκτασης

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

Βασικές Πληροφορίες Επέκτασης

Όνομα idealista web scraping idealista web scraping
ID omlmedlnclppcmghdljgjmkjooinfljo
Επίσημο URL https://chromewebstore.google.com/detail/idealista-web-scraping/omlmedlnclppcmghdljgjmkjooinfljo
Περιγραφή idealista web scraping allows you to collect the articles as you browse and download them later in Excel file (CSV)
Μέγεθος Αρχείου 11.43 KB
Αριθμός Εγκαταστάσεων 296
Τρέχουσα Έκδοση 1.0
Τελευταία Ενημέρωση 2019-07-05
Ημερομηνία Δημοσίευσης 2019-07-05
Αξιολόγηση 5.00/5 Συνολικά 1 Αξιολογήσεις
Προγραμματιστής jero
Τύπος Πληρωμής free
Υποστηριζόμενες Γλώσσες 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
}