Big Dashboard for Merch by Amazon
A big sales dashboard for Merch by Amazon / Merch on Demand.
Apa itu Big Dashboard for Merch by Amazon?
Big Dashboard for Merch by Amazon adalah ekstensi Chrome yang dikembangkan oleh Merch Apps, dan fitur utamanya adalah "A big sales dashboard for Merch by Amazon / Merch on Demand.".
Screenshot Ekstensi
Unduh Berkas CRX Ekstensi Big Dashboard for Merch by Amazon
Unduh file ekstensi Big Dashboard for Merch by Amazon dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.
Petunjuk Penggunaan Ekstensi
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!
Informasi Dasar Ekstensi
Nama | Big Dashboard for Merch by Amazon |
ID | pbcamglepnjpfnodfdophkdgblfgjdmb |
URL Resmi | https://chromewebstore.google.com/detail/big-dashboard-for-merch-b/pbcamglepnjpfnodfdophkdgblfgjdmb |
Deskripsi | A big sales dashboard for Merch by Amazon / Merch on Demand. |
Ukuran File | 2.56 MB |
Jumlah Instalasi | 210 |
Versi Saat Ini | 1.2.5 |
Terakhir Diperbarui | 2024-03-07 |
Tanggal Publikasi | 2023-07-18 |
Penilaian | 5.00/5 Total 15 Penilaian |
Pengembang | Merch Apps |
[email protected] | |
Tipe Pembayaran | free |
URL Halaman Kebijakan Privasi | https://merchflow.app/privacy |
Bahasa yang Didukung | 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" } } |