POKY Wix - Product Importer
Import products from Multi platforms and Wix stores with one click!
POKY Wix - Product Importerคืออะไร?
POKY Wix - Product Importer เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://poky.app และคุณลักษณะหลักของมันคือ "Import products from Multi platforms and Wix stores with one click!"
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย POKY Wix - Product Importer
ดาวน์โหลดไฟล์ส่วนขยาย 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 - ...] )
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | POKY Wix - Product Importer |
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 } |