POKY WooCommerce - Product Importer

Import products from Multi platforms and Shopify stores to your store with one click!

POKY WooCommerce - Product Importerとは何ですか?

POKY WooCommerce - Product Importerはhttps://poky.appによって開発されたChromeの拡張機能で、その主な機能は「Import products from Multi platforms and Shopify stores to your store with one click!」です。

拡張機能のスクリーンショット

screenshot
screenshot

POKY WooCommerce - Product Importer拡張機能のCRXファイルをダウンロード

POKY WooCommerce - Product Importer拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。

拡張機能の使用方法

                        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 - ...] )                    

拡張機能の基本情報

名前 POKY WooCommerce - Product Importer POKY WooCommerce - Product Importer
ID idhlmlghkdfhkmihiclmmoniklmhhook
公式URL https://chromewebstore.google.com/detail/poky-woocommerce-product/idhlmlghkdfhkmihiclmmoniklmhhook
説明 Import products from Multi platforms and Shopify stores to your store with one click!
ファイルサイズ 45.07 KB
インストール数 956
現在のバージョン 6.0.0
最終更新日 2024-02-07
公開日 2020-11-01
評価 3.67/5 合計 3 レビュー
開発者 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 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
}