Merch Informer Lister

Merch Informer Lister - Bulk Upload Multiple Design Variations With Ease

Merch Informer Listerとは何ですか?

Merch Informer Listerはhttps://merchinformer.comによって開発されたChromeの拡張機能で、その主な機能は「Merch Informer Lister - Bulk Upload Multiple Design Variations With Ease」です。

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

screenshot
screenshot

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

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

拡張機能の使用方法

                        Merch Informer Lister is available under any of the Merch Informer plans to help you upload multiple design variations with ease!

If you need to upload designs and are sick and tired of editing colors each and every time, or selecting a different price, Merch Informer Lister has you covered.

With the Merch Informer Lister, you will be able to set color profiles bound to a hotkey to quickly and efficiently select your Merch by Amazon product colors with a single button. 

Do you want to fill out the brand name, title, bullet points, and description of Merch by Amazon products? Well, with the Info profiles, all of this is just a single hotkey away.

STOP wasting your time listing, and get to what really matters, research and selling more products on the Merch by Amazon platform!                    

拡張機能の基本情報

名前 Merch Informer Lister Merch Informer Lister
ID ffkgbikejcgiojinaohlajcogfkpihlf
公式URL https://chromewebstore.google.com/detail/merch-informer-lister/ffkgbikejcgiojinaohlajcogfkpihlf
説明 Merch Informer Lister - Bulk Upload Multiple Design Variations With Ease
ファイルサイズ 834 KB
インストール数 12,077
現在のバージョン 5.7.4
最終更新日 2023-10-13
公開日 2020-06-30
評価 3.96/5 合計 25 レビュー
開発者 https://merchinformer.com
Eメール [email protected]
支払い方法 free
拡張機能のウェブサイト https://merchinformer.com/
ヘルプページのURL http://helpdesk.merchinformer.com/
プライバシーポリシーページのURL https://merchinformer.com/privacy-policy
対応言語 en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Merch Informer Lister",
    "description": "Merch Informer Lister - Bulk Upload Multiple Design Variations With Ease",
    "options_page": "index.html",
    "background": {
        "scripts": [
            "scripts\/background.min.js"
        ]
    },
    "browser_action": {
        "default_icon": "images\/icon.png",
        "default_title": "Merch Informer Lister"
    },
    "content_scripts": [
        {
            "matches": [
                "https:\/\/merch.amazon.com\/*"
            ],
            "js": [
                "scripts\/content.min.js"
            ],
            "run_at": "document_end"
        }
    ],
    "content_security_policy": "script-src 'self' https:\/\/fonts.googleapis.com; object-src 'self'",
    "icons": {
        "128": "images\/icon.png",
        "16": "images\/icon.png",
        "48": "images\/icon.png"
    },
    "manifest_version": 2,
    "permissions": [
        "storage",
        "https:\/\/members.merchinformer.com\/"
    ],
    "version": "5.7.4"
}