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
¿Qué es Smart Author ASIN Scraper?
Smart Author ASIN Scraper es una extensión de Chrome desarrollada por https://smartauthormedia.com, y su función principal es "The Smart Author ASIN Scraper will allow you to scrape ASINs so that you can quickly set-up profitable Amazon Ad book campaigns".
Capturas de Pantalla de la Extensión
Descargar Archivo CRX de la Extensión Smart Author ASIN Scraper
Descarga archivos de extensión Smart Author ASIN Scraper en formato crx, instala manualmente las extensiones de Chrome en el navegador o comparte los archivos crx con amigos para instalar fácilmente las extensiones de Chrome.
Instrucciones de Uso de la Extensión
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.
Información Básica de la Extensión
Nombre | Smart Author ASIN Scraper |
ID | meimdigmemlaininlhodbpckalgaaden |
URL Oficial | https://chromewebstore.google.com/detail/smart-author-asin-scraper/meimdigmemlaininlhodbpckalgaaden |
Descripción | The Smart Author ASIN Scraper will allow you to scrape ASINs so that you can quickly set-up profitable Amazon Ad book campaigns |
Tamaño del Archivo | 292 KB |
Cantidad de Instalaciones | 28 |
Versión Actual | 1.0.4 |
Última Actualización | 2023-02-06 |
Fecha de Publicación | 2022-10-02 |
Desarrollador | https://smartauthormedia.com |
Correo electrónico | [email protected] |
Tipo de Pago | free |
Sitio Web de la Extensión | https://smartauthormedia.com/tools/asin-scraper |
URL de la Página de Ayuda | https://smartauthormedia.com/support |
URL de la Página de Política de Privacidad | https://smartauthormedia.com/privacy |
Idiomas Soportados | 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\/*" ] } |