Amazon Keyword Harvester PRO and Reverse ASIN

Amazon Keyword Harvester PRO and Reverse ASIN

What is Amazon Keyword Harvester PRO and Reverse ASIN?

Amazon Keyword Harvester PRO and Reverse ASIN is a Chrome extension developed by http://zonwords.com, and its main feature is "Amazon Keyword Harvester PRO and Reverse ASIN".

Extension Screenshots

screenshot
screenshot

Download Amazon Keyword Harvester PRO and Reverse ASIN Extension CRX File

Download Amazon Keyword Harvester PRO and Reverse ASIN extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        Smart Reverse ASIN lookup and Amazon Long Tail Keyword Harvester... FREE!
Harvest the keywords from your competitors!                    

Extension Basic Information

Name Amazon Keyword Harvester PRO and Reverse ASIN Amazon Keyword Harvester PRO and Reverse ASIN
ID jghikjckmfoijhacdiajmehdoblajlgh
Official URL https://chrome.google.com/webstore/detail/amazon-keyword-harvester/jghikjckmfoijhacdiajmehdoblajlgh
Description Amazon Keyword Harvester PRO and Reverse ASIN
File Size 1007 KB
Installation Count 35
Current Version 0.3
Last Updated 2019-04-02
Publish Date 2019-04-02
Developer http://zonwords.com
Email [email protected]
Payment Type free
Privacy Policy Page URL https://zonwords.com/privacy.php
Supported Languages en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Amazon Keyword Harvester PRO and Reverse ASIN",
    "short_name": "Reverse ASIN",
    "version": "0.3",
    "manifest_version": 2,
    "description": "Amazon Keyword Harvester PRO and Reverse ASIN",
    "icons": {
        "16": "images\/icon-16.png",
        "128": "images\/icon-128.png"
    },
    "default_locale": "en",
    "permissions": [
        "tabs",
        "contentSettings",
        "cookies",
        "storage",
        "*:\/\/advertising.amazon.com\/*",
        "*:\/\/www.amazon.com\/*"
    ],
    "options_ui": {
        "page": "options.html",
        "chrome_style": true
    },
    "content_scripts": [
        {
            "matches": [
                "*:\/\/advertising.amazon.com\/*",
                "*:\/\/www.amazon.com\/*"
            ],
            "js": [
                "scripts\/contentscript.js"
            ]
        }
    ],
    "background": {
        "scripts": [
            "scripts\/background.js"
        ],
        "persistent": false
    },
    "content_security_policy": "script-src 'self' https:\/\/connect.facebook.net\/; object-src 'self'",
    "browser_action": {
        "default_icon": {
            "19": "images\/icon-19.png",
            "38": "images\/icon-38.png"
        },
        "default_title": "Amazon Keyword Harvester PRO and Reverse ASIN"
    }
}