Merch Jar

Merch Jar extension exclusively for the users of merchjar.com

什麼是Merch Jar?

Merch Jar是由Merch Jar Extension開發的Chrome擴展程式,該擴展的主要功能是“Merch Jar extension exclusively for the users of merchjar.com”。

擴展截圖

screenshot
screenshot
screenshot

下載Merch Jar擴展crx文件

下載Merch Jar擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。

擴展使用說明

                        The Merch Jar extension allows you to quickly and easily export your designs and sales data from the Merch by Amazon platform into merchjar.com. This gives you additional analytics on your sales data, as well as the ability to export a list of asins you can sell - making creating new advertising campaigns easier than ever before.                    

擴展基本資訊

名稱 Merch Jar Merch Jar
ID gegbbecbgcjdhmkdiecdcihioeaggegk
官方網址 https://chromewebstore.google.com/detail/merch-jar/gegbbecbgcjdhmkdiecdcihioeaggegk
簡介 Merch Jar extension exclusively for the users of merchjar.com
檔案大小 576 KB
安裝次數 238
目前版本 0.1.1.0
更新時間 2023-04-06
上架時間 2022-12-02
評分 5.00/5 共 1 次評分
開發者 Merch Jar Extension
電子郵箱 [email protected]
付費類型 free
擴展官網 https://merchjar.com
說明頁面URL https://merchjar.com/contact-us
隱私政策頁面URL https://merchjar.com/privacy-policy
支援的語言 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "Merch Jar",
    "version": "0.1.1.0",
    "author": "Merch Jar Team",
    "description": "Merch Jar extension exclusively for the users of merchjar.com",
    "permissions": [
        "storage",
        "notifications"
    ],
    "host_permissions": [
        "*:\/\/merch.amazon.com\/*"
    ],
    "background": {
        "service_worker": "build\/background.js"
    },
    "icons": {
        "192": "logo192.png"
    },
    "action": {
        "default_icon": {
            "192": "logo192.png"
        },
        "default_title": "Popup",
        "default_popup": "popup.html"
    }
}