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 - это расширение Chrome, разработанное https://poky.app, и его основная функция - "Import products from Multi platforms and Shopify stores to your store with one click!".

Снимки экрана расширения

screenshot
screenshot

Скачать файл CRX расширения POKY WooCommerce - Product Importer

Скачайте файлы расширений 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
Электронная почта [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
}