Merch Keywords
Get notified about banned keywords before you submit your Amazon Merch design!
What is Merch Keywords?
Merch Keywords is a Chrome extension developed by Passive Income Tools LLC, and its main feature is "Get notified about banned keywords before you submit your Amazon Merch design!".
Extension Screenshots
Download Merch Keywords Extension CRX File
Download Merch Keywords 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
Do your designs get rejected in Merch By Amazon? Want to know before you press that "Publish" button? Install this extension to prevent future rejections. Includes sensitive keywords for "Youth" merchandise.
Extension Basic Information
Name | |
ID | alokkeanboefokelojhfolnojmopjlba |
Official URL | https://chrome.google.com/webstore/detail/alokkeanboefokelojhfolnojmopjlba |
Description | Get notified about banned keywords before you submit your Amazon Merch design! |
File Size | 193 KB |
Installation Count | 2,377 |
Current Version | 1.0.5 |
Last Updated | 2020-12-09 |
Publish Date | 2020-07-21 |
Rating | 4.00/5 Total 12 Ratings |
Developer | Passive Income Tools LLC |
[email protected] | |
Payment Type | free |
Privacy Policy Page URL | https://automatepod.com/privacy |
Supported Languages | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Merch Keywords", "description": "Get notified about banned keywords before you submit your Amazon Merch design!", "version": "1.0.5", "content_scripts": [ { "matches": [ "https:\/\/merch.amazon.com\/*" ], "js": [ "main.js" ] } ], "icons": { "16": "icon16.png", "48": "icon48.png", "128": "icon128.png" }, "browser_action": { "default_icon": "icon.png", "default_title": "Merch Keywords" } } |