Big Dashboard for Merch by Amazon

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

什么是Big Dashboard for Merch by Amazon?

Big Dashboard for Merch by Amazon是由Merch Apps开发的Chrome扩展程序,该扩展的主要功能是“A big sales dashboard for Merch by Amazon / Merch on Demand.”。

扩展截图

screenshot
screenshot

下载Big Dashboard for Merch by Amazon扩展crx文件

下载Big Dashboard for Merch by Amazon扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。

扩展使用说明

                        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!                    

扩展基本信息

名称 Big Dashboard for Merch by Amazon Big Dashboard for Merch by Amazon
ID pbcamglepnjpfnodfdophkdgblfgjdmb
官方URL https://chromewebstore.google.com/detail/big-dashboard-for-merch-b/pbcamglepnjpfnodfdophkdgblfgjdmb
简介 A big sales dashboard for Merch by Amazon / Merch on Demand.
文件大小 2.56 MB
安装次数 210
当前版本 1.2.5
更新时间 2024-03-07
上架时间 2023-07-18
评分 5.00/5 共15次评分
开发者 Merch Apps
电子邮箱 [email protected]
付费类型 free
隐私政策页面URL https://merchflow.app/privacy
支持的语言 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"
    }
}