POKY WooCommerce - Product Importer

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

POKY WooCommerce - Product Importer là gì?

POKY WooCommerce - 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 to your store with one click!".

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

screenshot
screenshot

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

Tải xuống các tệp mở rộng POKY WooCommerce - 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 WooCommerce Version
Allows you to import/copy products from multi e-commerce platforms to your WooCommerce Store with one click, it is a good application to save your time in copying and pasting.

You need just to install POKY extension 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 WooCommerce - Product Importer POKY WooCommerce - Product Importer
ID idhlmlghkdfhkmihiclmmoniklmhhook
URL Chính Thức https://chromewebstore.google.com/detail/poky-woocommerce-product/idhlmlghkdfhkmihiclmmoniklmhhook
Mô tả Import products from Multi platforms and Shopify stores to your store with one click!
Kích Thước Tệp 45.07 KB
Số Lần Cài Đặt 956
Phiên Bản Hiện Tại 6.0.0
Cập Nhật Lần Cuối 2024-02-07
Ngày Phát Hành 2020-11-01
Đánh Giá 3.67/5 Tổng số 3 Đá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 Trợ Giúp https://poky.app/support
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 WooCommerce - Product Importer",
    "description": "Import products from Multi platforms and Shopify stores to your store with one click!",
    "homepage_url": "https:\/\/poky.app",
    "permissions": [
        "activeTab",
        "scripting",
        "storage",
        "unlimitedStorage"
    ],
    "action": {
        "default_popup": "index.html",
        "default_icon": "icon.png"
    },
    "icons": {
        "16": "icons\/icon16.png",
        "32": "icons\/icon16.png",
        "48": "icons\/icon48.png",
        "128": "icons\/icon128.png"
    },
    "content_scripts": [
        {
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ],
            "run_at": "document_idle",
            "js": [
                "js\/next.js"
            ]
        }
    ],
    "version": "6.0.0",
    "manifest_version": 3
}