Amazon Scraper - Trial Version

Download Price, Shipping Cost, Product Header, Product Information, Product Images, ASIN for any Amazon Search page

Τι είναι το Amazon Scraper - Trial Version;

Το Amazon Scraper - Trial Version είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον sarathisahoo, και η κύρια λειτουργία του είναι "Download Price, Shipping Cost, Product Header, Product Information, Product Images, ASIN for any Amazon Search page".

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

screenshot

Λήψη αρχείου CRX της επέκτασης Amazon Scraper - Trial Version

Λήψη αρχείων επέκτασης Amazon Scraper - Trial Version σε μορφή crx, εγκατάσταση των επεκτάσεων Chrome μη αυτόματα στον περιηγητή ή κοινοποίηση των αρχείων crx με φίλους για εύκολη εγκατάσταση των επεκτάσεων Chrome.

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

                        If you need full version which will scrape unlimited pages with more advanced columns then mail me at [email protected] . I will send you a payment link. After payment, I will send you the full version link. With 1 license you can use full version in unlimited computers. Full version cost is 50$ only.

With this extension you can scrap all items for particular query on Amazon Website.

Go to Amazon website, Search anything. Then right click on page and click "Scrap Asin From This Page" option. Now it will scrap all ASIN code, Price,Product shipping cost, Product Header, Product Information, Product Images, product link and save it as a CSV file.

This trial version only download 2 pages of any search query. Buy the full version to download unlimited pages and get 1 year free support. Mail me at [email protected] after purchase. I will send you full version.                    

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

Όνομα Amazon Scraper - Trial Version Amazon Scraper - Trial Version
ID cpaihklfamokgdbpnkkmeihednbefmom
Επίσημο URL https://chromewebstore.google.com/detail/amazon-scraper-trial-vers/cpaihklfamokgdbpnkkmeihednbefmom
Περιγραφή Download Price, Shipping Cost, Product Header, Product Information, Product Images, ASIN for any Amazon Search page
Μέγεθος Αρχείου 139 KB
Αριθμός Εγκαταστάσεων 954
Τρέχουσα Έκδοση 1.4.0
Τελευταία Ενημέρωση 2021-01-26
Ημερομηνία Δημοσίευσης 2019-08-21
Αξιολόγηση 4.18/5 Συνολικά 17 Αξιολογήσεις
Προγραμματιστής sarathisahoo
Ηλεκτρονικό ταχυδρομείο [email protected]
Τύπος Πληρωμής free
URL της Σελίδας Πολιτικής Απορρήτου https://www.privacypolicies.com/live/6a5bf36b-a38f-4aa4-b7e6-dbc18ab164ff
Υποστηριζόμενες Γλώσσες en
manifest.json
{
    "background": {
        "persistent": true,
        "scripts": [
            "js\/csv.js",
            "js\/async.min.js",
            "src\/bg\/background.js"
        ]
    },
    "content_scripts": [
        {
            "js": [
                "js\/jquery\/jquery.min.js",
                "js\/async.min.js",
                "js\/jquery.query-object.js",
                "src\/inject\/inject.js"
            ],
            "matches": [
                "*:\/\/*.amazon.com\/*",
                "*:\/\/*.amazon.co.uk\/*",
                "*:\/\/*.amazon.com.au\/*",
                "*:\/\/*.amazon.ca\/*",
                "*:\/\/*.amazon.in\/*",
                "*:\/\/*.amazon.de\/*",
                "*:\/\/*.amazon.fr\/*",
                "*:\/\/*.amazon.it\/*",
                "*:\/\/*.amazon.es\/*",
                "file:\/\/\/*"
            ]
        }
    ],
    "browser_action": {
        "default_icon": "icons\/icon.png"
    },
    "default_locale": "en",
    "description": "Download Price, Shipping Cost, Product Header, Product Information, Product Images, ASIN for any Amazon Search page",
    "icons": {
        "128": "icons\/icon.png"
    },
    "manifest_version": 2,
    "name": "Amazon Scraper - Trial Version",
    "permissions": [
        "downloads",
        "contextMenus",
        "*:\/\/*.amazon.com\/*",
        "*:\/\/*.amazon.ca\/*",
        "*:\/\/*.amazon.in\/*",
        "*:\/\/*.amazon.co.uk\/*",
        "*:\/\/*.amazon.com.au\/*",
        "*:\/\/*.amazon.de\/*",
        "*:\/\/*.amazon.fr\/*",
        "*:\/\/*.amazon.it\/*",
        "*:\/\/*.amazon.es\/*"
    ],
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "version": "1.4.0"
}