Merch Automation
Merch By Amazon Listing Automation
Merch Automationとは何ですか?
Merch Automationはhttps://mercherworld.comによって開発されたChromeの拡張機能で、その主な機能は「Merch By Amazon Listing Automation」です。
拡張機能のスクリーンショット
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 |
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 |
Eメール | [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": [ " |