POKY WooCommerce - Product Importer
Import products from Multi platforms and Shopify stores to your store with one click!
Was ist POKY WooCommerce - Product Importer?
POKY WooCommerce - Product Importer ist eine Chrome-Erweiterung, die von https://poky.app entwickelt wurde, und ihr Hauptmerkmal ist "Import products from Multi platforms and Shopify stores to your store with one click!".
Erweiterungsscreenshots
POKY WooCommerce - Product Importer-Erweiterungs-CRX-Datei herunterladen
Laden Sie POKY WooCommerce - 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 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 - ...] ) Grundlegende Informationen zur Erweiterung
| Name | |
| ID | idhlmlghkdfhkmihiclmmoniklmhhook |
| Offizielle URL | https://chromewebstore.google.com/detail/poky-woocommerce-product/idhlmlghkdfhkmihiclmmoniklmhhook |
| Beschreibung | Import products from Multi platforms and Shopify stores to your store with one click! |
| Dateigröße | 45.07 KB |
| Installationsanzahl | 956 |
| Aktuelle Version | 6.0.0 |
| Letztes Update | 2024-02-07 |
| Veröffentlichungsdatum | 2020-11-01 |
| Bewertung | 3.67/5 Insgesamt 3 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 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
} | |