POKY - Product Importer

Import products from Multi platforms and Shopify stores with one click!

POKY - Product Importerคืออะไร?

POKY - Product Importer เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://poky.app และคุณลักษณะหลักของมันคือ "Import products from Multi platforms and Shopify stores with one click!"

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

screenshot
screenshot
screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย POKY - Product Importer

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

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

                        POKY
Allows you to import/copy products from multi e-commerce platforms ( Amazon - eBay - Etsy - Walmart - Shopify - WooCommerce - Magento - Shein - Wish - VistaPrint - AliBaba - AliExpress) to your Shopify Store with one click, it is a good application to save your time in copying and pasting.

You need just to install POKY app on your store and visit a product page on the platform supported by our app and start importing products with few clicks.

(POKY will import all information [title - description - variants - ...] )                    

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

ชื่อ POKY - Product Importer POKY - Product Importer
ID bgofkkdheiicamgmlpfcdlfclkjmdelb
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/poky-product-importer/bgofkkdheiicamgmlpfcdlfclkjmdelb
คำอธิบาย Import products from Multi platforms and Shopify stores with one click!
ขนาดไฟล์ 54.27 KB
จำนวนการติดตั้ง 7,000
เวอร์ชันปัจจุบัน 7.1.0
อัปเดตครั้งล่าสุด 2024-02-23
วันที่เผยแพร่ 2021-04-19
คะแนน 4.64/5 รวมทั้งหมด 11 คะแนน
ผู้พัฒนา https://poky.app
อีเมล [email protected]
ประเภทการชำระเงิน free
เว็บไซต์ส่วนขยาย https://poky.app
URL หน้านโยบายความเป็นส่วนตัว https://poky.app/privacy-policy
ภาษาที่รองรับ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "POKY - Product Importer",
    "description": "Import products from Multi platforms and Shopify stores with one click!",
    "homepage_url": "https:\/\/poky.app",
    "permissions": [
        "activeTab",
        "scripting",
        "storage",
        "unlimitedStorage",
        "contextMenus"
    ],
    "action": {
        "default_popup": "index.html",
        "default_icon": "icon.png"
    },
    "icons": {
        "16": "icons\/icon16.png",
        "32": "icons\/icon32.png",
        "48": "icons\/icon48.png",
        "128": "icons\/icon128.png"
    },
    "content_scripts": [
        {
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ],
            "run_at": "document_idle",
            "js": [
                "js\/next.js"
            ]
        }
    ],
    "background": {
        "service_worker": "js\/level.js"
    },
    "version": "7.1.0",
    "manifest_version": 3
}