POKY - Shopify Product Importer

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

什么是POKY - Shopify Product Importer?

POKY - Shopify Product Importer是由https://poky.app开发的Chrome扩展程序,该扩展的主要功能是“Import products from Multi platforms and Shopify stores with one click!”。

扩展截图

screenshot
screenshot
screenshot

下载POKY - Shopify Product Importer扩展crx文件

下载POKY - Shopify Product Importer扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。

扩展使用说明

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

扩展基本信息

名称 POKY - Shopify Product Importer POKY - Shopify Product Importer
ID ppbbihgdmhbonbcbhnefncmeapphdggb
官方URL https://chromewebstore.google.com/detail/poky-shopify-product-impo/ppbbihgdmhbonbcbhnefncmeapphdggb
简介 Import products from Multi platforms and Shopify stores with one click!
文件大小 54.27 KB
安装次数 6,173
当前版本 7.1.0
更新时间 2024-02-23
上架时间 2020-07-11
评分 4.20/5 共5次评分
开发者 https://poky.app
电子邮箱 [email protected]
付费类型 free
扩展官网 https://poky.app
帮助页面URL https://poky.app
隐私政策页面URL https://poky.app/privacy-policy
支持的语言 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
}