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

O que é Smart Author ASIN Scraper?

Smart Author ASIN Scraper é uma extensão do Chrome desenvolvida por https://smartauthormedia.com, e sua principal característica é "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 Tela da Extensão

screenshot

Baixar o arquivo CRX da Extensão Smart Author ASIN Scraper

Baixe arquivos de extensão Smart Author ASIN Scraper no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.

Instruções de Uso da Extensão

                        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.                    

Informações Básicas da Extensão

Nome Smart Author ASIN Scraper Smart Author ASIN Scraper
ID meimdigmemlaininlhodbpckalgaaden
URL Oficial https://chromewebstore.google.com/detail/smart-author-asin-scraper/meimdigmemlaininlhodbpckalgaaden
Descrição The Smart Author ASIN Scraper will allow you to scrape ASINs so that you can quickly set-up profitable Amazon Ad book campaigns
Tamanho do Arquivo 292 KB
Contagem de Instalações 28
Versão Atual 1.0.4
Última Atualização 2023-02-06
Data de Publicação 2022-10-02
Desenvolvedor https://smartauthormedia.com
Email [email protected]
Tipo de Pagamento free
Site da Extensão https://smartauthormedia.com/tools/asin-scraper
URL da Página de Ajuda https://smartauthormedia.com/support
URL da Página de Política de Privacidade https://smartauthormedia.com/privacy
Idiomas Suportados 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\/*"
    ]
}