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!”。
扩展截图
下载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 - ...] ) 扩展基本信息
| 名称 | |
| ID | dbfgidanmoomjgkcfdkfnncjjblibjkn |
| 官方URL | 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
} | |