POKY - Shopify Product Importer

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

POKY - Shopify Product Importer là gì?

POKY - Shopify 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 - Shopify Product Importer

Tải xuống các tệp mở rộng POKY - Shopify 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 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 - Shopify Product Importer POKY - Shopify Product Importer
ID ppbbihgdmhbonbcbhnefncmeapphdggb
URL Chính Thức https://chromewebstore.google.com/detail/poky-shopify-product-impo/ppbbihgdmhbonbcbhnefncmeapphdggb
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 6,173
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 2020-07-11
Đánh Giá 4.20/5 Tổng số 5 Đá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
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 - Shopify 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
}