Merch Automation

Merch By Amazon Listing Automation

Merch Automation là gì?

Merch Automation là một tiện ích mở rộng Chrome được phát triển bởi https://mercherworld.com, và tính năng chính của nó là "Merch By Amazon Listing Automation".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot
screenshot
screenshot

Tải xuống tệp CRX của tiện ích mở rộng Merch Automation

Tải xuống các tệp mở rộng Merch Automation dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        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.                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên Merch Automation Merch Automation
ID dalmoakblkbkmjhbemdfmpmkhokaeogf
URL Chính Thức https://chromewebstore.google.com/detail/merch-automation/dalmoakblkbkmjhbemdfmpmkhokaeogf
Mô tả Merch By Amazon Listing Automation
Kích Thước Tệp 158 KB
Số Lần Cài Đặt 76
Phiên Bản Hiện Tại 2.0.1
Cập Nhật Lần Cuối 2023-05-04
Ngày Phát Hành 2022-10-11
Đánh Giá 3.00/5 Tổng số 2 Đánh Giá
Nhà Phát Triển https://mercherworld.com
Email [email protected]
Loại Thanh Toán in_app
Trang Web Mở Rộng http://automation.mercherworld.com/
URL Trang Trợ Giúp https://automation.mercherworld.com/contact-us/
URL Trang Chính Sách Bảo Mật https://mercherworld.com/privacy-policy
Ngôn Ngữ Được Hỗ Trợ 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": [
        ""
    ]
}