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 |
官方網址 | 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 } |