Amazon Merch Trademark Hunt
Speed up Amazon Merch listing! Add button to Product Details page. Enter Brand, Title, Bullets, & Description, then search for TM.
什么是Amazon Merch Trademark Hunt?
Amazon Merch Trademark Hunt是由UltimatePeter开发的Chrome扩展程序,该扩展的主要功能是“Speed up Amazon Merch listing! Add button to Product Details page. Enter Brand, Title, Bullets, & Description, then search for TM.”。
扩展截图
下载Amazon Merch Trademark Hunt扩展crx文件
下载Amazon Merch Trademark Hunt扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
Speed up your Amazon Merch shirt listing process! This great google chrome extension adds a new button to the Merch Product Details page. When you are done typing your Brand, Title, Bullets, and Description, press the hunt button and it will automatically search for trademarked words or phrases. Then, narrow down your search by choosing "Set to Live&Text" on TMHunt.
扩展基本信息
名称 | Amazon Merch Trademark Hunt |
ID | oehodfganigncipekhknjdhnnnlpljml |
官方URL | https://chromewebstore.google.com/detail/amazon-merch-trademark-hu/oehodfganigncipekhknjdhnnnlpljml |
简介 | Speed up Amazon Merch listing! Add button to Product Details page. Enter Brand, Title, Bullets, & Description, then search for TM. |
文件大小 | 144 KB |
安装次数 | 27 |
当前版本 | 1.0.1 |
更新时间 | 2018-06-22 |
上架时间 | 2018-06-22 |
评分 | 5.00/5 共5次评分 |
开发者 | UltimatePeter |
电子邮箱 | [email protected] |
付费类型 | free |
支持的语言 | en |
manifest.json | |
{ "background": { "persistent": false, "scripts": [ "\/src\/background.js" ] }, "content_scripts": [ { "js": [ "src\/inject\/inject.js" ], "matches": [ "https:\/\/merch.amazon.com\/merch-*\/title-setup\/*\/add_details" ], "run_at": "document_start" } ], "default_locale": "en", "description": "Speed up Amazon Merch listing! Add button to Product Details page. Enter Brand, Title, Bullets, & Description, then search for TM.", "homepage_url": "http:\/\/ultimatepeter.com", "icons": { "128": "icons\/icon128.png", "16": "icons\/icon16.png", "48": "icons\/icon48.png" }, "key": "MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEAtD2Z2y8\/lKQcv1fTvxSVJ3FerdXbRQ6IKH2O4colWK87MfTyqQQIxHOr8qCx8hp3URkXdD5Y0ODFNS9BiGp+KlDPFEwG8BpvJ8YOEsPw4bUi\/2ZfFvI+yUo6bB6UNktWxnf4lmaypMEWxLeDMpjFOk+oEd0BHROx8CH\/yO8evxuRT8VvIuUZNGxCV5rhg0JuoX4mU6PMrNXI1gmsn+2MAowiMdKFi4RwridpnAteVZWR03Tb9Vxd2Ba2SSfDp+OU8qyQfQ\/LHWE74Ng5sjnOSLr2zTLYiicUbuTrw4DCFsdq4hPetoJXgVtRntbZ2afSYdcQexctVDRb4Isflr\/ZXwIDAQAB", "manifest_version": 2, "name": "Amazon Merch Trademark Hunt", "permissions": [ "tabs", "https:\/\/merch.amazon.com\/merch-*\/title-setup\/*\/add_details", "http:\/\/tmhunt.com\/" ], "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "version": "1.0.1" } |