Merch Jar

Merch Jar extension exclusively for the users of merchjar.com

Merch Jarคืออะไร?

Merch Jar เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Merch Jar Extension และคุณลักษณะหลักของมันคือ "Merch Jar extension exclusively for the users of merchjar.com"

ภาพหน้าจอของส่วนขยาย

screenshot
screenshot
screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Merch Jar

ดาวน์โหลดไฟล์ส่วนขยาย 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
อีเมล [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"
    }
}