Merch Jar
Merch Jar extension exclusively for the users of merchjar.com
什么是Merch Jar?
Merch Jar是由Merch Jar Extension开发的Chrome扩展程序,该扩展的主要功能是“Merch Jar extension exclusively for the users of merchjar.com”。
扩展截图
下载Merch Jar扩展crx文件
下载Merch Jar扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
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.
扩展基本信息
名称 | Merch Jar |
ID | gegbbecbgcjdhmkdiecdcihioeaggegk |
官方URL | https://chromewebstore.google.com/detail/merch-jar/gegbbecbgcjdhmkdiecdcihioeaggegk |
简介 | Merch Jar extension exclusively for the users of merchjar.com |
文件大小 | 576 KB |
安装次数 | 238 |
当前版本 | 0.1.1.0 |
更新时间 | 2023-04-06 |
上架时间 | 2022-12-02 |
评分 | 5.00/5 共1次评分 |
开发者 | Merch Jar Extension |
电子邮箱 | [email protected] |
付费类型 | free |
扩展官网 | https://merchjar.com |
帮助页面URL | https://merchjar.com/contact-us |
隐私政策页面URL | https://merchjar.com/privacy-policy |
支持的语言 | 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" } } |