POKY - Product Importer
Import products from Multi platforms and Shopify stores with one click!
什么是POKY - Product Importer?
POKY - Product Importer是由https://poky.app开发的Chrome扩展程序,该扩展的主要功能是“Import products from Multi platforms and Shopify stores with one click!”。
扩展截图
下载POKY - Product Importer扩展crx文件
下载POKY - Product Importer扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
POKY Allows you to import/copy products from multi e-commerce platforms ( Amazon - eBay - Etsy - Walmart - Shopify - WooCommerce - Magento - Shein - Wish - VistaPrint - AliBaba - AliExpress) 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 - Product Importer |
ID | bgofkkdheiicamgmlpfcdlfclkjmdelb |
官方URL | https://chromewebstore.google.com/detail/poky-product-importer/bgofkkdheiicamgmlpfcdlfclkjmdelb |
简介 | Import products from Multi platforms and Shopify stores with one click! |
文件大小 | 54.27 KB |
安装次数 | 7,000 |
当前版本 | 7.1.0 |
更新时间 | 2024-02-23 |
上架时间 | 2021-04-19 |
评分 | 4.64/5 共11次评分 |
开发者 | https://poky.app |
电子邮箱 | [email protected] |
付费类型 | free |
扩展官网 | https://poky.app |
隐私政策页面URL | https://poky.app/privacy-policy |
支持的语言 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "POKY - 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 } |