Kiwi Merch

Kiwi Merch is designed to help you streamline your Merch research on Amazon. With the help of Kiwi Merch and Airtable, you will be…

Kiwi Merchคืออะไร?

Kiwi Merch เป็นส่วนขยายของ Chrome ที่พัฒนาโดย kiwi merch และคุณลักษณะหลักของมันคือ "Kiwi Merch is designed to help you streamline your Merch research on Amazon. With the help of Kiwi Merch and Airtable, you will be…"

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

screenshot
screenshot

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

ดาวน์โหลดไฟล์ส่วนขยาย Kiwi Merch ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

คำแนะนำในการใช้ส่วนขยาย

                        Kiwi Merch is designed to help you streamline your Merch research on Amazon. With the help of Kiwi Merch and Airtable, you will be able to scrape all the important listing information with just the click of a button. 



All your scrapes will be stored on an Airtable base, use it like you want. Wether you want to use it for your own research, or send it to your designer, it's up to you. 



Kiwi Merch is a versatile tool that will definitely help you in your merch journey. It's free ! So give it a try !                    

ข้อมูลพื้นฐานของส่วนขยาย

ชื่อ Kiwi Merch Kiwi Merch
ID mhmboenjmfkojimkkjcdidabhgejopma
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/kiwi-merch/mhmboenjmfkojimkkjcdidabhgejopma
คำอธิบาย Kiwi Merch is designed to help you streamline your Merch research on Amazon. With the help of Kiwi Merch and Airtable, you will be…
ขนาดไฟล์ 116 KB
จำนวนการติดตั้ง 10
เวอร์ชันปัจจุบัน 0.0.7
อัปเดตครั้งล่าสุด 2019-09-29
วันที่เผยแพร่ 2019-09-28
ผู้พัฒนา kiwi merch
อีเมล [email protected]
ประเภทการชำระเงิน free
ภาษาที่รองรับ en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Kiwi Merch",
    "version": "0.0.7",
    "manifest_version": 2,
    "description": "",
    "icons": {
        "16": "icons\/icon16.png",
        "48": "icons\/icon48.png",
        "128": "icons\/icon128.png"
    },
    "background": {
        "page": "src\/bg\/background.html",
        "persistent": true
    },
    "content_scripts": [
        {
            "matches": [
                "https:\/\/www.amazon.co.uk\/*",
                "https:\/\/www.amazon.com\/*",
                "https:\/\/www.amazon.de\/*",
                "https:\/\/www.amazon.it\/*",
                "https:\/\/www.amazon.fr\/*",
                "https:\/\/members.merchinformer.com\/*"
            ],
            "js": [
                "vendor\/moment.min.js",
                "vendor\/jquery-3.4.1.min.js",
                "src\/inject\/utils.js",
                "src\/common\/page-parser.js",
                "src\/inject\/inject.js"
            ],
            "css": [
                "src\/kiwi-merch-extension.css"
            ]
        }
    ],
    "content_security_policy": "script-src 'self' 'unsafe-eval' https:\/\/cdn.jsdelivr.net; object-src 'self'",
    "browser_action": {
        "default_popup": "src\/popup\/popup.html"
    },
    "permissions": [
        "unlimitedStorage",
        "storage",
        "https:\/\/api.gumroad.com\/*",
        "https:\/\/www.amazon.com\/*"
    ]
}