POKY Wix - Product Importer

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

什麼是POKY Wix - Product Importer?

POKY Wix - Product Importer是由https://poky.app開發的Chrome擴展程式,該擴展的主要功能是“Import products from Multi platforms and Wix stores with one click!”。

擴展截圖

screenshot
screenshot

下載POKY Wix - Product Importer擴展crx文件

下載POKY Wix - Product Importer擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。

擴展使用說明

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

擴展基本資訊

名稱 POKY Wix - Product Importer POKY Wix - Product Importer
ID dbfgidanmoomjgkcfdkfnncjjblibjkn
官方網址 https://chromewebstore.google.com/detail/poky-wix-product-importer/dbfgidanmoomjgkcfdkfnncjjblibjkn
簡介 Import products from Multi platforms and Wix stores with one click!
檔案大小 45.88 KB
安裝次數 655
目前版本 6.0.0
更新時間 2024-02-07
上架時間 2022-08-27
評分 5.00/5 共 1 次評分
開發者 https://poky.app
電子郵箱 [email protected]
付費類型 free
擴展官網 https://poky.app
說明頁面URL https://poky.app/support
隱私政策頁面URL https://poky.app/privacy-policy
支援的語言 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
}