Merch Jar
Merch Jar extension exclusively for the users of merchjar.com
Qu'est-ce que Merch Jar ?
Merch Jar est une extension Chrome développée par Merch Jar Extension, et sa fonction principale est "Merch Jar extension exclusively for the users of merchjar.com".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension Merch Jar
Téléchargez les fichiers d'extension Merch Jar au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.
Instructions d'Utilisation de l'Extension
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.
Informations de Base sur l'Extension
Nom | Merch Jar |
ID | gegbbecbgcjdhmkdiecdcihioeaggegk |
URL Officiel | https://chromewebstore.google.com/detail/merch-jar/gegbbecbgcjdhmkdiecdcihioeaggegk |
Description | Merch Jar extension exclusively for the users of merchjar.com |
Taille du Fichier | 576 KB |
Nombre d'Installations | 238 |
Version Actuelle | 0.1.1.0 |
Dernière Mise à Jour | 2023-04-06 |
Date de Publication | 2022-12-02 |
Évaluation | 5.00/5 Total 1 Évaluations |
Développeur | Merch Jar Extension |
[email protected] | |
Type de Paiement | free |
Site Web de l'Extension | https://merchjar.com |
URL de la Page d'Aide | https://merchjar.com/contact-us |
URL de la Page de Politique de Confidentialité | https://merchjar.com/privacy-policy |
Langues Prises en Charge | 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" } } |