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.」です。

拡張機能のスクリーンショット

screenshot
screenshot

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 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
Eメール [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"
}