POKY Wix - Product Importer
Import products from Multi platforms and Wix stores with one click!
Wat is POKY Wix - Product Importer?
POKY Wix - Product Importer is een Chrome-extensie ontwikkeld door https://poky.app, en de belangrijkste functie is "Import products from Multi platforms and Wix stores with one click!".
Extensie Screenshots
Download het CRX-bestand van de extensie POKY Wix - Product Importer
Download POKY Wix - Product Importer-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
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 - ...] ) Basisinformatie over de Extensie
| Naam | |
| ID | dbfgidanmoomjgkcfdkfnncjjblibjkn |
| Officiële URL | https://chromewebstore.google.com/detail/poky-wix-product-importer/dbfgidanmoomjgkcfdkfnncjjblibjkn |
| Beschrijving | Import products from Multi platforms and Wix stores with one click! |
| Bestandsgrootte | 45.88 KB |
| Aantal Installaties | 655 |
| Huidige Versie | 6.0.0 |
| Laatst Bijgewerkt | 2024-02-07 |
| Publicatiedatum | 2022-08-27 |
| Beoordeling | 5.00/5 Totaal 1 Beoordelingen |
| Ontwikkelaar | https://poky.app |
| [email protected] | |
| Betalingswijze | free |
| Extensiewebsite | https://poky.app |
| Help Pagina-URL | https://poky.app/support |
| URL van de Privacybeleid Pagina | https://poky.app/privacy-policy |
| Ondersteunde Talen | 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
} | |