Big Dashboard for Merch by Amazon

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

Big Dashboard for Merch by Amazon là gì?

Big Dashboard for Merch by Amazon là một tiện ích mở rộng Chrome được phát triển bởi Merch Apps, và tính năng chính của nó là "A big sales dashboard for Merch by Amazon / Merch on Demand.".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot
screenshot

Tải xuống tệp CRX của tiện ích mở rộng Big Dashboard for Merch by Amazon

Tải xuống các tệp mở rộng Big Dashboard for Merch by Amazon dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        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!                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên Big Dashboard for Merch by Amazon Big Dashboard for Merch by Amazon
ID pbcamglepnjpfnodfdophkdgblfgjdmb
URL Chính Thức https://chromewebstore.google.com/detail/big-dashboard-for-merch-b/pbcamglepnjpfnodfdophkdgblfgjdmb
Mô tả A big sales dashboard for Merch by Amazon / Merch on Demand.
Kích Thước Tệp 2.56 MB
Số Lần Cài Đặt 210
Phiên Bản Hiện Tại 1.2.5
Cập Nhật Lần Cuối 2024-03-07
Ngày Phát Hành 2023-07-18
Đánh Giá 5.00/5 Tổng số 15 Đánh Giá
Nhà Phát Triển Merch Apps
Email [email protected]
Loại Thanh Toán free
URL Trang Chính Sách Bảo Mật https://merchflow.app/privacy
Ngôn Ngữ Được Hỗ Trợ 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"
    }
}