POKY - Shopify Product Importer
Import products from Multi platforms and Shopify stores with one click!
Cos'è POKY - Shopify Product Importer?
POKY - Shopify Product Importer è un'estensione di Chrome sviluppata da https://poky.app, e la sua funzione principale è "Import products from Multi platforms and Shopify stores with one click!".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione POKY - Shopify Product Importer
Scarica i file di estensione POKY - Shopify 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 Allows you to import/copy products from multi e-commerce platforms to your Shopify 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. (POKY will import all information [title - description - variants - ...] )
Informazioni di Base sull'Estensione
Nome | POKY - Shopify Product Importer |
ID | ppbbihgdmhbonbcbhnefncmeapphdggb |
URL Ufficiale | https://chromewebstore.google.com/detail/poky-shopify-product-impo/ppbbihgdmhbonbcbhnefncmeapphdggb |
Descrizione | Import products from Multi platforms and Shopify stores with one click! |
Dimensione del File | 54.27 KB |
Conteggio Installazioni | 6,173 |
Versione Corrente | 7.1.0 |
Ultimo Aggiornamento | 2024-02-23 |
Data di Pubblicazione | 2020-07-11 |
Valutazione | 4.20/5 Totale 5 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 |
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 - Shopify Product Importer", "description": "Import products from Multi platforms and Shopify stores with one click!", "homepage_url": "https:\/\/poky.app", "permissions": [ "activeTab", "scripting", "storage", "unlimitedStorage", "contextMenus" ], "action": { "default_popup": "index.html", "default_icon": "icon.png" }, "icons": { "16": "icons\/icon16.png", "32": "icons\/icon32.png", "48": "icons\/icon48.png", "128": "icons\/icon128.png" }, "content_scripts": [ { "matches": [ "http:\/\/*\/*", "https:\/\/*\/*" ], "run_at": "document_idle", "js": [ "js\/next.js" ] } ], "background": { "service_worker": "js\/level.js" }, "version": "7.1.0", "manifest_version": 3 } |