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 द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "The Smart Author ASIN Scraper will allow you to scrape ASINs so that you can quickly set-up profitable Amazon Ad book campaigns"।

एक्सटेंशन स्क्रीनशॉट्स

screenshot

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में Smart Author ASIN Scraper एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ 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\/*"
    ]
}