Merch Jar
Merch Jar extension exclusively for the users of merchjar.com
Cos'è Merch Jar?
Merch Jar è un'estensione di Chrome sviluppata da Merch Jar Extension, e la sua funzione principale è "Merch Jar extension exclusively for the users of merchjar.com".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione Merch Jar
Scarica i file di estensione Merch Jar in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.
Istruzioni per l'Uso dell'Estensione
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.
Informazioni di Base sull'Estensione
Nome | Merch Jar |
ID | gegbbecbgcjdhmkdiecdcihioeaggegk |
URL Ufficiale | https://chromewebstore.google.com/detail/merch-jar/gegbbecbgcjdhmkdiecdcihioeaggegk |
Descrizione | Merch Jar extension exclusively for the users of merchjar.com |
Dimensione del File | 576 KB |
Conteggio Installazioni | 238 |
Versione Corrente | 0.1.1.0 |
Ultimo Aggiornamento | 2023-04-06 |
Data di Pubblicazione | 2022-12-02 |
Valutazione | 5.00/5 Totale 1 Valutazioni |
Sviluppatore | Merch Jar Extension |
[email protected] | |
Tipo di Pagamento | free |
Sito Web dell'Estensione | https://merchjar.com |
URL della Pagina di Aiuto | https://merchjar.com/contact-us |
URL della Pagina della Politica sulla Privacy | https://merchjar.com/privacy-policy |
Lingue Supportate | 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" } } |