POKY WooCommerce - Product Importer
Import products from Multi platforms and Shopify stores to your store with one click!
Cos'è POKY WooCommerce - Product Importer?
POKY WooCommerce - Product Importer è un'estensione di Chrome sviluppata da https://poky.app, e la sua funzione principale è "Import products from Multi platforms and Shopify stores to your store with one click!".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione POKY WooCommerce - Product Importer
Scarica i file di estensione POKY WooCommerce - Product Importer in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.
Istruzioni per l'Uso dell'Estensione
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 - ...] )
Informazioni di Base sull'Estensione
Nome | POKY WooCommerce - Product Importer |
ID | idhlmlghkdfhkmihiclmmoniklmhhook |
URL Ufficiale | https://chromewebstore.google.com/detail/poky-woocommerce-product/idhlmlghkdfhkmihiclmmoniklmhhook |
Descrizione | Import products from Multi platforms and Shopify stores to your store with one click! |
Dimensione del File | 45.07 KB |
Conteggio Installazioni | 956 |
Versione Corrente | 6.0.0 |
Ultimo Aggiornamento | 2024-02-07 |
Data di Pubblicazione | 2020-11-01 |
Valutazione | 3.67/5 Totale 3 Valutazioni |
Sviluppatore | https://poky.app |
[email protected] | |
Tipo di Pagamento | free |
Sito Web dell'Estensione | https://poky.app |
URL della Pagina di Aiuto | https://poky.app/support |
URL della Pagina della Politica sulla Privacy | https://poky.app/privacy-policy |
Lingue Supportate | 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 } |