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은(는) https://smartauthormedia.com에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "The Smart Author ASIN Scraper will allow you to scrape ASINs so that you can quickly set-up profitable Amazon Ad book campaigns"입니다.

확장 프로그램 스크린샷

screenshot

Smart Author ASIN Scraper 확장 프로그램 CRX 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        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 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\/*"
    ]
}