Merch Keywords
Get notified about banned keywords before you submit your Amazon Merch design!
什么是Merch Keywords?
Merch Keywords是由Passive Income Tools LLC开发的Chrome扩展程序,该扩展的主要功能是“Get notified about banned keywords before you submit your Amazon Merch design!”。
扩展截图
下载Merch Keywords扩展crx文件
下载Merch Keywords扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
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.
扩展基本信息
名称 | |
ID | alokkeanboefokelojhfolnojmopjlba |
官方URL | https://chrome.google.com/webstore/detail/alokkeanboefokelojhfolnojmopjlba |
简介 | Get notified about banned keywords before you submit your Amazon Merch design! |
文件大小 | 193 KB |
安装次数 | 2,377 |
当前版本 | 1.0.5 |
更新时间 | 2020-12-09 |
上架时间 | 2020-07-21 |
评分 | 4.00/5 共12次评分 |
开发者 | Passive Income Tools LLC |
电子邮箱 | [email protected] |
付费类型 | free |
隐私政策页面URL | https://automatepod.com/privacy |
支持的语言 | 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" } } |