Keyword Grabber for Amazon Keywords

Shows keywords on Amazon product pages

Keyword Grabber for Amazon Keywords क्या है?

Keyword Grabber for Amazon Keywords https://kwgrabber.com द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Shows keywords on Amazon product pages"।

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

screenshot
screenshot
screenshot
screenshot

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

crx प्रारूप में Keyword Grabber for Amazon Keywords एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।

एक्सटेंशन उपयोग निर्देश

                        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"
            ]
        }
    ]
}