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