Merch Top Colors v.1.0.2

Merch Top Colors v.1.0.2

Merch Top Colors v.1.0.2とは何ですか?

Merch Top Colors v.1.0.2はAdam Reedによって開発されたChromeの拡張機能で、その主な機能は「Merch Top Colors v.1.0.2」です。

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

screenshot

Merch Top Colors v.1.0.2拡張機能のCRXファイルをダウンロード

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

拡張機能の使用方法

                        Merch Top Colors allows you to see a summary of your top-selling t-shirt colors in your Merch Account.

You can view sales by t-shirt color for each individual tee, as well as a summary of total sales by t-shirt color. Merch Top Colors aims to provide you better insights in to your Merch sales stats, in order to allow you to work out which colors work best for you. Use the data we provide to improve your t-shirt listings and offer your designs on the colors customers want most.

To use Merch Top Colors, it's as simple as:
• Log in to your Merch by Amazon account
• Click the Analyze tab
• Click the drop-down arrow by each t-shirt you want to analyze using Merch Top Colors

Note: The summary of total sales by color only includes t-shirts whose drop-downs have been clicked.

Know your colors, increase your sales and commissions.                    

拡張機能の基本情報

名前 Merch Top Colors v.1.0.2 Merch Top Colors v.1.0.2
ID jfoednmeonbeanfejokeihamapclioho
公式URL https://chromewebstore.google.com/detail/merch-top-colors-v102/jfoednmeonbeanfejokeihamapclioho
説明 Merch Top Colors v.1.0.2
ファイルサイズ 88.29 KB
インストール数 198
現在のバージョン 1.0.2
最終更新日 2017-07-28
公開日 2017-07-28
評価 5.00/5 合計 1 レビュー
開発者 Adam Reed
Eメール [email protected]
支払い方法 free
対応言語 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Merch Top Colors v.1.0.2",
    "description": "Merch Top Colors v.1.0.2",
    "version": "1.0.2",
    "background": {
        "page": "background.html",
        "persistent": false
    },
    "permissions": [],
    "icons": {
        "16": "icons\/icon16.png",
        "48": "icons\/icon48.png",
        "128": "icons\/icon128.png"
    },
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "js\/jquery.min.js",
                "js\/underscore-min.js",
                "js\/AmzProductTitleParser.js",
                "js\/AmzProductTableHelper.js",
                "js\/content.js"
            ],
            "run_at": "document_idle",
            "all_frames": false
        }
    ]
}