Keyword Grabber for Amazon Keywords

Shows keywords on Amazon product pages

Τι είναι το Keyword Grabber for Amazon Keywords;

Το Keyword Grabber for Amazon Keywords είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον https://kwgrabber.com, και η κύρια λειτουργία του είναι "Shows keywords on Amazon product pages".

Στιγμιότυπα Επέκτασης

screenshot
screenshot
screenshot
screenshot

Λήψη αρχείου CRX της επέκτασης Keyword Grabber for Amazon Keywords

Λήψη αρχείων επέκτασης Keyword Grabber for Amazon Keywords σε μορφή crx, εγκατάσταση των επεκτάσεων Chrome μη αυτόματα στον περιηγητή ή κοινοποίηση των αρχείων crx με φίλους για εύκολη εγκατάσταση των επεκτάσεων Chrome.

Οδηγίες Χρήσης της Επέκτασης

                        This Chrome extension ONLY WORKS with a VALID LICENSE KEY from Gumroad: https://gum.co/kwgrabber
Alternately, this extension is included free with membership in The RiverBank: www.River-Bank.com

Keyword Grabber for Amazon is a simple tool that grabs keywords for any product on Amazon.

Works best on established products with a sales history and product reviews. 

Example uses:

Launching a shirt design featuring UNICORNS through Merch By Amazon? Run Keyword Grabber on EXISTING unicorn shirts with a sales history and product reviews. You'll get a list of 'TOP' keywords as well as 'ADDITIONAL' keywords. Use these in your Product Description. 

Once you have a subscription and an active LICENSE KEY, please visit https://www.sell.io/amazon/index to use this service. 

You can also download the Keyword Grabber Chrome Extension and enter your active LICENSE KEY to use this directly from Amazon product pages!                    

Βασικές Πληροφορίες Επέκτασης

Όνομα Keyword Grabber for Amazon Keywords Keyword Grabber for Amazon Keywords
ID onkdeianmpjnloefjlmjjofjllkimmdk
Επίσημο URL https://chromewebstore.google.com/detail/keyword-grabber-for-amazo/onkdeianmpjnloefjlmjjofjllkimmdk
Περιγραφή Shows keywords on Amazon product pages
Μέγεθος Αρχείου 53.02 KB
Αριθμός Εγκαταστάσεων 643
Τρέχουσα Έκδοση 1.0.1
Τελευταία Ενημέρωση 2017-10-18
Ημερομηνία Δημοσίευσης 2017-10-17
Αξιολόγηση 1.00/5 Συνολικά 4 Αξιολογήσεις
Προγραμματιστής https://kwgrabber.com
Ηλεκτρονικό ταχυδρομείο [email protected]
Τύπος Πληρωμής free
Ιστότοπος Επέκτασης http://kwgrabber.com
Διεύθυνση URL της Σελίδας Βοήθειας http://kwgrabber.com
URL της Σελίδας Πολιτικής Απορρήτου https://www.chrisgreen.com/privacy-policy
Υποστηριζόμενες Γλώσσες en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Keyword Grabber for Amazon Keywords",
    "version": "1.0.1",
    "manifest_version": 2,
    "description": "Shows keywords on Amazon product pages",
    "icons": {
        "128": "icons\/icon128.png"
    },
    "background": {
        "scripts": [
            "src\/bg\/background.js"
        ],
        "persistent": true
    },
    "permissions": [
        "http:\/\/*.amazon.com\/*",
        "https:\/\/*.amazon.com\/*",
        "storage"
    ],
    "content_scripts": [
        {
            "matches": [
                "*:\/\/*.amazon.com\/*"
            ],
            "js": [
                "js\/jquery\/jquery.min.js",
                "src\/inject\/inject.js"
            ]
        }
    ]
}