Alterpen

Edit product/variant fields directly on storefront.

Что такое Alterpen?

Alterpen - это расширение Chrome, разработанное Stock Sync, и его основная функция - "Edit product/variant fields directly on storefront.".

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

screenshot

Скачать файл CRX расширения Alterpen

Скачайте файлы расширений Alterpen в формате crx, установите расширения Chrome вручную в браузере или поделитесь файлами crx с друзьями, чтобы легко установить расширения Chrome.

Инструкции по использованию расширения

                        Update products on Shopify store. Without need to go to Shopify Admin. This make maintaining products easier.                    

Основная информация о расширении

Название Alterpen Alterpen
ID ckjmifmaihelkgefbplohbkeegehiadg
Официальный URL https://chromewebstore.google.com/detail/alterpen/ckjmifmaihelkgefbplohbkeegehiadg
Описание Edit product/variant fields directly on storefront.
Размер файла 287 KB
Количество установок 10
Текущая Версия 1.0.12
Последнее Обновление 2021-08-17
Дата публикации 2021-05-01
Разработчик Stock Sync
Электронная почта [email protected]
Тип оплаты free
Поддерживаемые языки en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Alterpen",
    "description": "Edit product\/variant fields directly on storefront.",
    "version": "1.0.12",
    "manifest_version": 3,
    "icons": {
        "16": "public\/16.png",
        "32": "public\/32.png",
        "48": "public\/48.png",
        "128": "public\/128.png"
    },
    "permissions": [
        "activeTab",
        "cookies",
        "scripting"
    ],
    "host_permissions": [
        "http:\/\/localhost:3000\/*",
        "https:\/\/*\/*"
    ],
    "background": {
        "service_worker": "background.bundle.js"
    },
    "web_accessible_resources": [
        {
            "resources": [
                "public\/alterpenwhite.png",
                "public\/alterpen.png",
                "public\/allsite.png"
            ],
            "matches": [
                "https:\/\/*\/*"
            ]
        }
    ]
}