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
电子邮箱 [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"
}