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 مع الأصدقاء لتثبيت الامتدادات بسهولة.
تعليمات استخدام التمديد
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 |
عنوان صفحة المساعدة | https://poky.app/support |
عنوان صفحة سياسة الخصوصية | 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 } |