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