POKY WooCommerce - Product Importer
Import products from Multi platforms and Shopify stores to your store with one click!
什么是POKY WooCommerce - Product Importer?
POKY WooCommerce - Product Importer是由https://poky.app开发的Chrome扩展程序,该扩展的主要功能是“Import products from Multi platforms and Shopify stores to your store with one click!”。
扩展截图
下载POKY WooCommerce - Product Importer扩展crx文件
下载POKY WooCommerce - Product Importer扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
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 - ...] ) 扩展基本信息
| 名称 | |
| ID | idhlmlghkdfhkmihiclmmoniklmhhook |
| 官方URL | https://chromewebstore.google.com/detail/poky-woocommerce-product/idhlmlghkdfhkmihiclmmoniklmhhook |
| 简介 | Import products from Multi platforms and Shopify stores to your store with one click! |
| 文件大小 | 45.07 KB |
| 安装次数 | 956 |
| 当前版本 | 6.0.0 |
| 更新时间 | 2024-02-07 |
| 上架时间 | 2020-11-01 |
| 评分 | 3.67/5 共3次评分 |
| 开发者 | 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 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
} | |