Amazon Merch Batch Editor

Amazon Merch Tools - Batch Editor

What is Amazon Merch Batch Editor?

Amazon Merch Batch Editor is a Chrome extension developed by https://amazonmerch.tools, and its main feature is "Amazon Merch Tools - Batch Editor".

Extension Screenshots

screenshot

Download Amazon Merch Batch Editor Extension CRX File

Download Amazon Merch Batch Editor 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

                        Amazon Merch Batch Editor allows you to edit batches of Amazon Merch products quickly and painlessly.

You can simply open up a batch of edits or optionally apply a blanket price or brand update.                    

Extension Basic Information

Name Amazon Merch Batch Editor Amazon Merch Batch Editor
ID kbfgoomkokdnejookimcjcbdgmplfolj
Official URL https://chromewebstore.google.com/detail/amazon-merch-batch-editor/kbfgoomkokdnejookimcjcbdgmplfolj
Description Amazon Merch Tools - Batch Editor
File Size 873 KB
Installation Count 13
Current Version 2.1
Last Updated 2018-12-10
Publish Date 2018-12-10
Rating 5.00/5 Total 1 Ratings
Developer https://amazonmerch.tools
Email [email protected]
Payment Type free
Privacy Policy Page URL https://merchwizard.app/privacy-policy
Supported Languages en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Amazon Merch Batch Editor",
    "description": "Amazon Merch Tools - Batch Editor",
    "version": "2.1",
    "background": {
        "page": "html\/background.html"
    },
    "content_scripts": [
        {
            "matches": [
                "https:\/\/merch.amazon.com\/*"
            ],
            "js": [
                "js\/jquery-3.1.1.min.js",
                "js\/contentscript.js",
                "js\/fontawesome.js"
            ],
            "run_at": "document_end"
        }
    ],
    "permissions": [
        "storage",
        "tabs"
    ],
    "browser_action": {
        "default_title": "Amazon Merch Tools - Batch Editor",
        "default_icon": "images\/editoricon128.png",
        "default_popup": "html\/popup.html"
    },
    "icons": {
        "128": "images\/editoricon128.png",
        "48": "images\/editoricon48.png",
        "16": "images\/editoricon16.png"
    },
    "manifest_version": 2
}