Big Dashboard for Merch by Amazon
A big sales dashboard for Merch by Amazon / Merch on Demand.
Qu'est-ce que Big Dashboard for Merch by Amazon ?
Big Dashboard for Merch by Amazon est une extension Chrome développée par Merch Apps, et sa fonction principale est "A big sales dashboard for Merch by Amazon / Merch on Demand.".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension Big Dashboard for Merch by Amazon
Téléchargez les fichiers d'extension Big Dashboard for Merch by Amazon 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
View all your Merch by Amazon/Merch on Demand sales on one big dashboard and get updates in real-time. All marketplaces supported (US, UK, DE, FR, ES, IT, JP) All data is stored and processed locally on your machine only. Your data never leaves your machine. Free to use!
Informations de Base sur l'Extension
Nom | Big Dashboard for Merch by Amazon |
ID | pbcamglepnjpfnodfdophkdgblfgjdmb |
URL Officiel | https://chromewebstore.google.com/detail/big-dashboard-for-merch-b/pbcamglepnjpfnodfdophkdgblfgjdmb |
Description | A big sales dashboard for Merch by Amazon / Merch on Demand. |
Taille du Fichier | 2.56 MB |
Nombre d'Installations | 210 |
Version Actuelle | 1.2.5 |
Dernière Mise à Jour | 2024-03-07 |
Date de Publication | 2023-07-18 |
Évaluation | 5.00/5 Total 15 Évaluations |
Développeur | Merch Apps |
[email protected] | |
Type de Paiement | free |
URL de la Page de Politique de Confidentialité | https://merchflow.app/privacy |
Langues Prises en Charge | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "background": { "service_worker": "service_worker.js", "type": "module" }, "name": "Big Dashboard for Merch by Amazon", "version": "1.2.5", "manifest_version": 3, "description": "A big sales dashboard for Merch by Amazon \/ Merch on Demand.", "permissions": [ "storage", "unlimitedStorage", "alarms", "tabs", "notifications", "offscreen" ], "web_accessible_resources": [ { "resources": [ "app\/*" ], "matches": [ "https:\/\/merch.amazon.com\/*" ] } ], "content_scripts": [ { "matches": [ "https:\/\/merch.amazon.com\/*" ], "run_at": "document_idle", "css": [ "app\/navLink.css" ], "js": [ "app\/plugins\/jquery.js", "app\/navLink.js" ] }, { "matches": [ "https:\/\/merch.amazon.com\/resource\/bigdash\/*" ], "run_at": "document_idle", "js": [ "app\/inset.js" ], "css": [ "app\/inset.css" ] } ], "host_permissions": [ "*:\/\/*.gumroad.com\/*", "*:\/\/*.amazon.com\/*", "*:\/\/*.amazon.de\/*", "*:\/\/*.amazon.co.uk\/*", "*:\/\/*.amazon.it\/*", "*:\/\/*.amazon.fr\/*", "*:\/\/*.amazon.es\/*", "*:\/\/*.amazon.co.jp\/*", "*:\/\/*.frankfurter.app\/*" ], "icons": { "256": "assets\/icon256.png" }, "action": { "default_icon": "assets\/icon256.png" } } |