POKY - Product Importer

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

POKY - Product Importer là gì?

POKY - Product Importer là một tiện ích mở rộng Chrome được phát triển bởi https://poky.app, và tính năng chính của nó là "Import products from Multi platforms and Shopify stores with one click!".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot
screenshot
screenshot

Tải xuống tệp CRX của tiện ích mở rộng POKY - Product Importer

Tải xuống các tệp mở rộng POKY - Product Importer dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        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 - ...] )                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên POKY - Product Importer POKY - Product Importer
ID bgofkkdheiicamgmlpfcdlfclkjmdelb
URL Chính Thức https://chromewebstore.google.com/detail/poky-product-importer/bgofkkdheiicamgmlpfcdlfclkjmdelb
Mô tả Import products from Multi platforms and Shopify stores with one click!
Kích Thước Tệp 54.27 KB
Số Lần Cài Đặt 7,000
Phiên Bản Hiện Tại 7.1.0
Cập Nhật Lần Cuối 2024-02-23
Ngày Phát Hành 2021-04-19
Đánh Giá 4.64/5 Tổng số 11 Đánh Giá
Nhà Phát Triển https://poky.app
Email [email protected]
Loại Thanh Toán free
Trang Web Mở Rộng https://poky.app
URL Trang Chính Sách Bảo Mật https://poky.app/privacy-policy
Ngôn Ngữ Được Hỗ Trợ 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
}