POKY Wix - Product Importer
Import products from Multi platforms and Wix stores with one click!
POKY Wix - Product Importerとは何ですか?
POKY Wix - Product Importerはhttps://poky.appによって開発されたChromeの拡張機能で、その主な機能は「Import products from Multi platforms and Wix stores with one click!」です。
拡張機能のスクリーンショット
POKY Wix - Product Importer拡張機能のCRXファイルをダウンロード
POKY Wix - Product Importer拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
POKY Allows you to import/copy products from multi e-commerce platforms to your Wix 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. Currently we support more than 15 platforms (POKY will import all information [title - description - variants - ...] )
拡張機能の基本情報
名前 | POKY Wix - Product Importer |
ID | dbfgidanmoomjgkcfdkfnncjjblibjkn |
公式URL | https://chromewebstore.google.com/detail/poky-wix-product-importer/dbfgidanmoomjgkcfdkfnncjjblibjkn |
説明 | Import products from Multi platforms and Wix stores with one click! |
ファイルサイズ | 45.88 KB |
インストール数 | 655 |
現在のバージョン | 6.0.0 |
最終更新日 | 2024-02-07 |
公開日 | 2022-08-27 |
評価 | 5.00/5 合計 1 レビュー |
開発者 | https://poky.app |
Eメール | [email protected] |
支払い方法 | free |
拡張機能のウェブサイト | https://poky.app |
ヘルプページのURL | https://poky.app/support |
プライバシーポリシーページのURL | https://poky.app/privacy-policy |
対応言語 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "POKY Wix - Product Importer", "description": "Import products from Multi platforms and Wix stores 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 } |