Merch Automation
Merch By Amazon Listing Automation
Qu'est-ce que Merch Automation ?
Merch Automation est une extension Chrome développée par https://mercherworld.com, et sa fonction principale est "Merch By Amazon Listing Automation".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension Merch Automation
Téléchargez les fichiers d'extension Merch Automation au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.
Instructions d'Utilisation de l'Extension
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.
Informations de Base sur l'Extension
Nom | Merch Automation |
ID | dalmoakblkbkmjhbemdfmpmkhokaeogf |
URL Officiel | https://chromewebstore.google.com/detail/merch-automation/dalmoakblkbkmjhbemdfmpmkhokaeogf |
Description | Merch By Amazon Listing Automation |
Taille du Fichier | 158 KB |
Nombre d'Installations | 76 |
Version Actuelle | 2.0.1 |
Dernière Mise à Jour | 2023-05-04 |
Date de Publication | 2022-10-11 |
Évaluation | 3.00/5 Total 2 Évaluations |
Développeur | https://mercherworld.com |
[email protected] | |
Type de Paiement | in_app |
Site Web de l'Extension | http://automation.mercherworld.com/ |
URL de la Page d'Aide | https://automation.mercherworld.com/contact-us/ |
URL de la Page de Politique de Confidentialité | https://mercherworld.com/privacy-policy |
Langues Prises en Charge | 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": [ " |