Smart Author ASIN Scraper
The Smart Author ASIN Scraper will allow you to scrape ASINs so that you can quickly set-up profitable Amazon Ad book campaigns
Τι είναι το Smart Author ASIN Scraper;
Το Smart Author ASIN Scraper είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον https://smartauthormedia.com, και η κύρια λειτουργία του είναι "The Smart Author ASIN Scraper will allow you to scrape ASINs so that you can quickly set-up profitable Amazon Ad book campaigns".
Στιγμιότυπα Επέκτασης
Λήψη αρχείου CRX της επέκτασης Smart Author ASIN Scraper
Λήψη αρχείων επέκτασης Smart Author ASIN Scraper σε μορφή crx, εγκατάσταση των επεκτάσεων Chrome μη αυτόματα στον περιηγητή ή κοινοποίηση των αρχείων crx με φίλους για εύκολη εγκατάσταση των επεκτάσεων Chrome.
Οδηγίες Χρήσης της Επέκτασης
Don't rely on automatic Amazon marketing campaigns... Stop wasting time by manually copying and pasting your competitor's ASINs... & stop paying for ASIN scraping tools... Our Smart Author ASIN Scraper will do all the heavy lifting to help you get a manual product targeting campaign launched with Amazon Ads in no time. Simply follow our easy tutorial on the website and get your Amazon marketing campaign up and running in a matter of minutes! Selling copies of your book doesn't have to be hard, or complicated! Not when you are a Smart Author.
Βασικές Πληροφορίες Επέκτασης
Όνομα | Smart Author ASIN Scraper |
ID | meimdigmemlaininlhodbpckalgaaden |
Επίσημο URL | https://chromewebstore.google.com/detail/smart-author-asin-scraper/meimdigmemlaininlhodbpckalgaaden |
Περιγραφή | The Smart Author ASIN Scraper will allow you to scrape ASINs so that you can quickly set-up profitable Amazon Ad book campaigns |
Μέγεθος Αρχείου | 292 KB |
Αριθμός Εγκαταστάσεων | 28 |
Τρέχουσα Έκδοση | 1.0.4 |
Τελευταία Ενημέρωση | 2023-02-06 |
Ημερομηνία Δημοσίευσης | 2022-10-02 |
Προγραμματιστής | https://smartauthormedia.com |
Ηλεκτρονικό ταχυδρομείο | [email protected] |
Τύπος Πληρωμής | free |
Ιστότοπος Επέκτασης | https://smartauthormedia.com/tools/asin-scraper |
Διεύθυνση URL της Σελίδας Βοήθειας | https://smartauthormedia.com/support |
URL της Σελίδας Πολιτικής Απορρήτου | https://smartauthormedia.com/privacy |
Υποστηριζόμενες Γλώσσες | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Smart Author ASIN Scraper", "version": "1.0.4", "description": "The Smart Author ASIN Scraper will allow you to scrape ASINs so that you can quickly set-up profitable Amazon Ad book campaigns", "icons": { "128": "icons\/app_icon_128.png", "48": "icons\/app_icon_48.png" }, "manifest_version": 3, "action": { "default_popup": "popup.html", "default_title": "Smart Author ASIN Scraper" }, "content_scripts": [ { "run_at": "document_start", "all_frames": true, "js": [ "js\/jquery.min.js", "js\/searchPageAsinScraper.js", "js\/bestSellersAsinScraper.js", "js\/asinScraper.js" ], "matches": [ "*:\/\/*.amazon.com\/*", "*:\/\/*.amazon.com.au\/*", "*:\/\/*.amazon.com.br\/*", "*:\/\/*.amazon.com.tr\/*", "*:\/\/*.amazon.co.uk\/*", "*:\/\/*.amazon.co.jp\/*", "*:\/\/*.amazon.ca\/*", "*:\/\/*.amazon.mx\/*", "*:\/\/*.amazon.de\/*", "*:\/\/*.amazon.es\/*", "*:\/\/*.amazon.fr\/*", "*:\/\/*.amazon.it\/*", "*:\/\/*.amazon.nl\/*", "*:\/\/*.amazon.pl\/*", "*:\/\/*.amazon.se\/*", "*:\/\/*.amazon.in\/*", "*:\/\/*.amazon.sg\/*", "*:\/\/*.amazon.ae\/*", "*:\/\/*.amazon.sa\/*", "*:\/\/*.amazon.eg\/*" ] } ], "host_permissions": [ "*:\/\/*.amazon.com\/*", "*:\/\/*.amazon.com.au\/*", "*:\/\/*.amazon.com.br\/*", "*:\/\/*.amazon.com.tr\/*", "*:\/\/*.amazon.co.uk\/*", "*:\/\/*.amazon.co.jp\/*", "*:\/\/*.amazon.ca\/*", "*:\/\/*.amazon.mx\/*", "*:\/\/*.amazon.de\/*", "*:\/\/*.amazon.es\/*", "*:\/\/*.amazon.fr\/*", "*:\/\/*.amazon.it\/*", "*:\/\/*.amazon.nl\/*", "*:\/\/*.amazon.pl\/*", "*:\/\/*.amazon.se\/*", "*:\/\/*.amazon.in\/*", "*:\/\/*.amazon.sg\/*", "*:\/\/*.amazon.ae\/*", "*:\/\/*.amazon.sa\/*", "*:\/\/*.amazon.eg\/*" ] } |