MerchTools

Merch by Amazon Sellers Toolbox.

MerchToolsとは何ですか?

MerchToolsはMerchToolsによって開発されたChromeの拡張機能で、その主な機能は「Merch by Amazon Sellers Toolbox.」です。

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

screenshot
screenshot

MerchTools拡張機能のCRXファイルをダウンロード

MerchTools拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。

拡張機能の使用方法

                        - Highlight and quick search keywords on Amazon.com.
- Show the B.S.R., the upload date, the parent ASIN, and the main keywords(beta) on Amazon.com.                    

拡張機能の基本情報

名前 MerchTools MerchTools
ID cmhaijgncfpbbhfnieobpbadekcpjpol
公式URL https://chromewebstore.google.com/detail/merchtools/cmhaijgncfpbbhfnieobpbadekcpjpol
説明 Merch by Amazon Sellers Toolbox.
ファイルサイズ 104 KB
インストール数 8,138
現在のバージョン 1.4
最終更新日 2021-03-03
公開日 2020-05-23
評価 4.41/5 合計 46 レビュー
開発者 MerchTools
Eメール [email protected]
支払い方法 free
プライバシーポリシーページのURL https://policies.merchtools.com/privacy
対応言語 en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "background": {
        "scripts": [
            "\/js\/lib\/merchtools.js",
            "\/js\/background\/background.js"
        ]
    },
    "content_scripts": [
        {
            "matches": [
                "*:\/\/www.amazon.com\/*"
            ],
            "run_at": "document_end",
            "js": [
                "\/js\/lib\/jquery-3.3.1.js",
                "\/js\/content\/AZ_HUD_c.js"
            ]
        }
    ],
    "description": "Merch by Amazon Sellers Toolbox.",
    "icons": {
        "128": "\/img\/ico\/icon128.png",
        "16": "\/img\/ico\/icon16.png",
        "48": "\/img\/ico\/icon48.png"
    },
    "manifest_version": 2,
    "name": "MerchTools",
    "permissions": [
        "contextMenus"
    ],
    "version": "1.4",
    "web_accessible_resources": [
        "\/img\/*"
    ]
}