POKY WooCommerce - Product Importer
Import products from Multi platforms and Shopify stores to your store with one click!
O que é POKY WooCommerce - Product Importer?
POKY WooCommerce - Product Importer é uma extensão do Chrome desenvolvida por https://poky.app, e sua principal característica é "Import products from Multi platforms and Shopify stores to your store with one click!".
Capturas de Tela da Extensão
Baixar o arquivo CRX da Extensão POKY WooCommerce - Product Importer
Baixe arquivos de extensão POKY WooCommerce - Product Importer no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.
Instruções de Uso da Extensão
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 - ...] )
Informações Básicas da Extensão
Nome | POKY WooCommerce - Product Importer |
ID | idhlmlghkdfhkmihiclmmoniklmhhook |
URL Oficial | https://chromewebstore.google.com/detail/poky-woocommerce-product/idhlmlghkdfhkmihiclmmoniklmhhook |
Descrição | Import products from Multi platforms and Shopify stores to your store with one click! |
Tamanho do Arquivo | 45.07 KB |
Contagem de Instalações | 956 |
Versão Atual | 6.0.0 |
Última Atualização | 2024-02-07 |
Data de Publicação | 2020-11-01 |
Classificação | 3.67/5 Total de 3 Avaliações |
Desenvolvedor | https://poky.app |
[email protected] | |
Tipo de Pagamento | free |
Site da Extensão | https://poky.app |
URL da Página de Ajuda | https://poky.app/support |
URL da Página de Política de Privacidade | https://poky.app/privacy-policy |
Idiomas Suportados | 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 } |