Merch Automation
Merch By Amazon Listing Automation
Merch Automation란 무엇입니까?
Merch Automation은(는) https://mercherworld.com에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Merch By Amazon Listing Automation"입니다.
확장 프로그램 스크린샷
Merch Automation 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
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 |
이메일 | [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": [ " |