Merch Jar
Merch Jar extension exclusively for the users of merchjar.com
Merch Jar là gì?
Merch Jar là một tiện ích mở rộng Chrome được phát triển bởi Merch Jar Extension, và tính năng chính của nó là "Merch Jar extension exclusively for the users of merchjar.com".
Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng
Tải xuống tệp CRX của tiện ích mở rộng Merch Jar
Tải xuống các tệp mở rộng Merch Jar dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.
Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng
The Merch Jar extension allows you to quickly and easily export your designs and sales data from the Merch by Amazon platform into merchjar.com. This gives you additional analytics on your sales data, as well as the ability to export a list of asins you can sell - making creating new advertising campaigns easier than ever before.
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | Merch Jar |
ID | gegbbecbgcjdhmkdiecdcihioeaggegk |
URL Chính Thức | https://chromewebstore.google.com/detail/merch-jar/gegbbecbgcjdhmkdiecdcihioeaggegk |
Mô tả | Merch Jar extension exclusively for the users of merchjar.com |
Kích Thước Tệp | 576 KB |
Số Lần Cài Đặt | 238 |
Phiên Bản Hiện Tại | 0.1.1.0 |
Cập Nhật Lần Cuối | 2023-04-06 |
Ngày Phát Hành | 2022-12-02 |
Đánh Giá | 5.00/5 Tổng số 1 Đánh Giá |
Nhà Phát Triển | Merch Jar Extension |
[email protected] | |
Loại Thanh Toán | free |
Trang Web Mở Rộng | https://merchjar.com |
URL Trang Trợ Giúp | https://merchjar.com/contact-us |
URL Trang Chính Sách Bảo Mật | https://merchjar.com/privacy-policy |
Ngôn Ngữ Được Hỗ Trợ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "name": "Merch Jar", "version": "0.1.1.0", "author": "Merch Jar Team", "description": "Merch Jar extension exclusively for the users of merchjar.com", "permissions": [ "storage", "notifications" ], "host_permissions": [ "*:\/\/merch.amazon.com\/*" ], "background": { "service_worker": "build\/background.js" }, "icons": { "192": "logo192.png" }, "action": { "default_icon": { "192": "logo192.png" }, "default_title": "Popup", "default_popup": "popup.html" } } |