POKY Wix - Product Importer
Import products from Multi platforms and Wix stores with one click!
Was ist POKY Wix - Product Importer?
POKY Wix - Product Importer ist eine Chrome-Erweiterung, die von https://poky.app entwickelt wurde, und ihr Hauptmerkmal ist "Import products from Multi platforms and Wix stores with one click!".
Erweiterungsscreenshots
POKY Wix - Product Importer-Erweiterungs-CRX-Datei herunterladen
Laden Sie POKY Wix - Product Importer-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.
Anleitung zur Verwendung der Erweiterung
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 - ...] )
Grundlegende Informationen zur Erweiterung
Name | POKY Wix - Product Importer |
ID | dbfgidanmoomjgkcfdkfnncjjblibjkn |
Offizielle URL | https://chromewebstore.google.com/detail/poky-wix-product-importer/dbfgidanmoomjgkcfdkfnncjjblibjkn |
Beschreibung | Import products from Multi platforms and Wix stores with one click! |
Dateigröße | 45.88 KB |
Installationsanzahl | 655 |
Aktuelle Version | 6.0.0 |
Letztes Update | 2024-02-07 |
Veröffentlichungsdatum | 2022-08-27 |
Bewertung | 5.00/5 Insgesamt 1 Bewertungen |
Entwickler | https://poky.app |
[email protected] | |
Zahlungsart | free |
Erweiterungswebsite | https://poky.app |
Hilfeseite URL | https://poky.app/support |
URL der Datenschutzrichtlinien-Seite | https://poky.app/privacy-policy |
Unterstützte Sprachen | 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 } |