Merch Automation

Merch By Amazon Listing Automation

什么是Merch Automation?

Merch Automation是由https://mercherworld.com开发的Chrome扩展程序,该扩展的主要功能是“Merch By Amazon Listing Automation”。

扩展截图

screenshot
screenshot
screenshot

下载Merch Automation扩展crx文件

下载Merch Automation扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。

扩展使用说明

                        Amazon Merch On Demand Listing Automation help you upload designs automatically and replace title and brand and bullet points text for you from your design names. So you do not have to do anything at all! YES! nothing at all! Also all this process done without Excel or CSV files or anything like that! We took the full process in mind and when we created Merch Automation. As a Merch Sellers we understand the process very well that's why our extension is not like any other extension or software does automation out there.                    

扩展基本信息

名称 Merch Automation Merch Automation
ID dalmoakblkbkmjhbemdfmpmkhokaeogf
官方URL https://chromewebstore.google.com/detail/merch-automation/dalmoakblkbkmjhbemdfmpmkhokaeogf
简介 Merch By Amazon Listing Automation
文件大小 158 KB
安装次数 76
当前版本 2.0.1
更新时间 2023-05-04
上架时间 2022-10-11
评分 3.00/5 共2次评分
开发者 https://mercherworld.com
电子邮箱 [email protected]
付费类型 in_app
扩展官网 http://automation.mercherworld.com/
帮助页面URL https://automation.mercherworld.com/contact-us/
隐私政策页面URL https://mercherworld.com/privacy-policy
支持的语言 en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Merch Automation",
    "version": "2.0.1",
    "manifest_version": 3,
    "description": "Merch By Amazon Listing Automation",
    "action": {
        "default_popup": "popup.html"
    },
    "icons": {
        "128": "icon.png"
    },
    "options_page": "popup.html",
    "permissions": [
        "tabs",
        "storage",
        "unlimitedStorage"
    ],
    "background": {
        "service_worker": "background.js"
    },
    "content_scripts": [
        {
            "matches": [
                "https:\/\/merch.amazon.com\/designs\/new\/*"
            ],
            "js": [
                "query.min.js",
                "jquery-3.6.1.min.js"
            ],
            "run_at": "document_end"
        }
    ],
    "web_accessible_resources": [
        {
            "resources": [
                "Helpers\/Uploader.js"
            ],
            "matches": [
                ""
            ]
        }
    ],
    "host_permissions": [
        ""
    ]
}