POKY Wix - Product Importer

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

POKY Wix - Product Importer là gì?

POKY Wix - 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 Wix stores 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 Wix - Product Importer

Tải xuống các tệp mở rộng POKY Wix - 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 to your Wix 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.

Currently we support more than 15 platforms

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

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

Tên POKY Wix - Product Importer POKY Wix - Product Importer
ID dbfgidanmoomjgkcfdkfnncjjblibjkn
URL Chính Thức https://chromewebstore.google.com/detail/poky-wix-product-importer/dbfgidanmoomjgkcfdkfnncjjblibjkn
Mô tả Import products from Multi platforms and Wix stores with one click!
Kích Thước Tệp 45.88 KB
Số Lần Cài Đặt 655
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 2022-08-27
Đánh Giá 5.00/5 Tổng số 1 Đá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 Wix - Product Importer",
    "description": "Import products from Multi platforms and Wix stores 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
}