Big Dashboard for Merch by Amazon

A big sales dashboard for Merch by Amazon / Merch on Demand.

Cos'è Big Dashboard for Merch by Amazon?

Big Dashboard for Merch by Amazon è un'estensione di Chrome sviluppata da Merch Apps, e la sua funzione principale è "A big sales dashboard for Merch by Amazon / Merch on Demand.".

Screenshot dell'Estensione

screenshot
screenshot

Scarica il file CRX dell'estensione Big Dashboard for Merch by Amazon

Scarica i file di estensione Big Dashboard for Merch by Amazon 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

                        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!                    

Informazioni di Base sull'Estensione

Nome Big Dashboard for Merch by Amazon Big Dashboard for Merch by Amazon
ID pbcamglepnjpfnodfdophkdgblfgjdmb
URL Ufficiale https://chromewebstore.google.com/detail/big-dashboard-for-merch-b/pbcamglepnjpfnodfdophkdgblfgjdmb
Descrizione A big sales dashboard for Merch by Amazon / Merch on Demand.
Dimensione del File 2.56 MB
Conteggio Installazioni 210
Versione Corrente 1.2.5
Ultimo Aggiornamento 2024-03-07
Data di Pubblicazione 2023-07-18
Valutazione 5.00/5 Totale 15 Valutazioni
Sviluppatore Merch Apps
Email [email protected]
Tipo di Pagamento free
URL della Pagina della Politica sulla Privacy https://merchflow.app/privacy
Lingue Supportate 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"
    }
}