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
公式URL 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
Eメール [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"
    }
}