Amazon Merch Batch Uploader

Amazon Merch Tools - Merch Batch Uploader

ما هو Amazon Merch Batch Uploader؟

Amazon Merch Batch Uploader هو إضافة Chrome تم تطويرها بواسطة Wizard Apps، والميزة الرئيسية لها هي "Amazon Merch Tools - Merch Batch Uploader".

لقطات شاشة التمديد

screenshot
screenshot

تحميل ملف CRX للإضافة Amazon Merch Batch Uploader

قم بتنزيل ملفات الامتداد Amazon Merch Batch Uploader بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.

تعليمات استخدام التمديد

                        ***** 7 DAY FREE TRIAL *****

Merch Batch Uploader streamlines your listing process on Merch by Amazon. Based around listing in batches and utilizing the power of excel/CSV files you can create 100s of listings in excel in seconds. You can then navigate through the upload data and it will auto-populate the relevant fields during the listing process.

You don’t need to copy and paste into individual fields any longer! Merch Batch Uploader has the following features:

- Display the design you’re uploading and record X of Y in the upload batch.
- Auto select the colours.
- Auto populate the price.
- Auto populate the brand, title, bullets and description text boxes.
- 100% written and maintained by the author - Rick Blyth of Amazon Merch Tools.
- 100% client side chrome extension.
- No transmission of ANY listing data or design details to any 3rd party servers.

This extension will save you or your Virtual Assistant (VA) hours of listing time. It is possible to list shirts in under 20 seconds using this extension.

This extension is ideal for designs that are based around variants or scaled/boilerplate designs. 

Fill all your slots each day using this tool. Even if you’re at a lower tier you can batch the uploads together and save them as draft. Then on those busy days when you don’t have much time for Merch you can just spend a few minutes switching the drafts into full listings.

Going forward, this extension will be updated as the Amazon listing screens change and different product types become available. It already supports long sleeve shirts and will be updated when hoodies are available.                    

معلومات أساسية عن التمديد

الاسم Amazon Merch Batch Uploader Amazon Merch Batch Uploader
ID ehbapeehfkkkophmenicaaejhglkenlb
عنوان URL الرسمي https://chromewebstore.google.com/detail/amazon-merch-batch-upload/ehbapeehfkkkophmenicaaejhglkenlb
الوصف Amazon Merch Tools - Merch Batch Uploader
حجم الملف 748 KB
عدد التثبيتات 87
النسخة الحالية 3.7
آخر تحديث 2018-08-09
تاريخ النشر 2018-08-09
تقييم 4.00/5 مجموع تقييمات 4
المطور Wizard Apps
البريد الإلكتروني [email protected]
نوع الدفع free
موقع الإضافة http://www.amazonmerch.tools
عنوان صفحة سياسة الخصوصية https://merchwizard.app/privacy-policy
اللغات المدعومة en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "key": "MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEA1N+PlUb3vfS6ObJ38QmLJFwFNOnpNgx4\/7JLfrE2tmWVQpIgdIUfF3aR8H6xMmf0FGNAypamAVQi7K3tCgOKs+MRYPLJaFpYcK6YJBhd8ITmSXpS6CH26fkqUUYY3etnYXpAbliA8U9GC9zqMxLUyp+Wqtoe8Bvnc58FrhoCA816f4q51MbX7ZsAZKTESrekVr86\/LY82TRYRddvBxjypJEA9UEitsv6HgbE1NG+Of52qYDn79N9o5vcq8c\/jsEa9giY7pyed915iC6YwDgh5Qyn7RoLcFnChzyCWynvsI\/PUNJrOnBd8BdlwlrrjhnyzRjrVAU3qNzgWfKujEMc+QIDAQAB",
    "name": "Amazon Merch Batch Uploader",
    "description": "Amazon Merch Tools - Merch Batch Uploader",
    "version": "3.7",
    "content_security_policy": "script-src 'self' https:\/\/ssl.google-analytics.com; object-src 'self'",
    "background": {
        "page": "html\/background.html"
    },
    "content_scripts": [
        {
            "matches": [
                "https:\/\/merch.amazon.com\/*"
            ],
            "js": [
                "js\/jquery-3.1.1.min.js",
                "js\/contentscript.js",
                "js\/fontawesome.js"
            ],
            "run_at": "document_end"
        }
    ],
    "permissions": [
        "identity",
        "storage"
    ],
    "oauth2": {
        "client_id": "508438989355-huhsc2qp5qgvp9hjcqa7rcn0o4u29i3l.apps.googleusercontent.com",
        "scopes": [
            "https:\/\/www.googleapis.com\/auth\/chromewebstore.readonly"
        ]
    },
    "browser_action": {
        "default_title": "Amazon Merch Tools - Merch Batch Uploader",
        "default_icon": "images\/csv_icon.png",
        "default_popup": "html\/popup.html"
    },
    "icons": {
        "128": "images\/csv_icon.png",
        "48": "images\/csv_icon48.png",
        "16": "images\/csv_icon16.png"
    },
    "manifest_version": 2
}