POKY - Shopify Product Importer
Import products from Multi platforms and Shopify stores with one click!
What is POKY - Shopify Product Importer?
POKY - Shopify Product Importer is a Chrome extension developed by https://poky.app, and its main feature is "Import products from Multi platforms and Shopify stores with one click!".
Extension Screenshots
Download POKY - Shopify Product Importer Extension CRX File
Download POKY - Shopify Product Importer extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
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 - ...] )
Extension Basic Information
Name | POKY - Shopify Product Importer |
ID | ppbbihgdmhbonbcbhnefncmeapphdggb |
Official URL | https://chromewebstore.google.com/detail/poky-shopify-product-impo/ppbbihgdmhbonbcbhnefncmeapphdggb |
Description | Import products from Multi platforms and Shopify stores with one click! |
File Size | 54.27 KB |
Installation Count | 6,173 |
Current Version | 7.1.0 |
Last Updated | 2024-02-23 |
Publish Date | 2020-07-11 |
Rating | 4.20/5 Total 5 Ratings |
Developer | https://poky.app |
[email protected] | |
Payment Type | free |
Extension Website | https://poky.app |
Help Page URL | https://poky.app |
Privacy Policy Page URL | https://poky.app/privacy-policy |
Supported Languages | 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 } |