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
官方網址 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": [
        ""
    ]
}