Merch Jar
Merch Jar extension exclusively for the users of merchjar.com
What is Merch Jar?
Merch Jar is a Chrome extension developed by Merch Jar Extension, and its main feature is "Merch Jar extension exclusively for the users of merchjar.com".
Extension Screenshots
Download Merch Jar Extension CRX File
Download Merch Jar extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
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.
Extension Basic Information
Name | Merch Jar |
ID | gegbbecbgcjdhmkdiecdcihioeaggegk |
Official URL | https://chromewebstore.google.com/detail/merch-jar/gegbbecbgcjdhmkdiecdcihioeaggegk |
Description | Merch Jar extension exclusively for the users of merchjar.com |
File Size | 576 KB |
Installation Count | 238 |
Current Version | 0.1.1.0 |
Last Updated | 2023-04-06 |
Publish Date | 2022-12-02 |
Rating | 5.00/5 Total 1 Ratings |
Developer | Merch Jar Extension |
[email protected] | |
Payment Type | free |
Extension Website | https://merchjar.com |
Help Page URL | https://merchjar.com/contact-us |
Privacy Policy Page URL | https://merchjar.com/privacy-policy |
Supported Languages | 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" } } |