Merch Jar

Merch Jar extension exclusively for the users of merchjar.com

Что такое Merch Jar?

Merch Jar - это расширение Chrome, разработанное Merch Jar Extension, и его основная функция - "Merch Jar extension exclusively for the users of merchjar.com".

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

screenshot
screenshot
screenshot

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

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

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

                        The Merch Jar extension allows you to quickly and easily export your designs and sales data from the Merch by Amazon platform into merchjar.com. This gives you additional analytics on your sales data, as well as the ability to export a list of asins you can sell - making creating new advertising campaigns easier than ever before.                    

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

Название Merch Jar Merch Jar
ID gegbbecbgcjdhmkdiecdcihioeaggegk
Официальный URL https://chromewebstore.google.com/detail/merch-jar/gegbbecbgcjdhmkdiecdcihioeaggegk
Описание Merch Jar extension exclusively for the users of merchjar.com
Размер файла 576 KB
Количество установок 238
Текущая Версия 0.1.1.0
Последнее Обновление 2023-04-06
Дата публикации 2022-12-02
Рейтинг 5.00/5 Всего 1 оценок
Разработчик Merch Jar Extension
Электронная почта [email protected]
Тип оплаты free
Официальный сайт расширения https://merchjar.com
URL страницы помощи https://merchjar.com/contact-us
URL страницы политики конфиденциальности https://merchjar.com/privacy-policy
Поддерживаемые языки en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "Merch Jar",
    "version": "0.1.1.0",
    "author": "Merch Jar Team",
    "description": "Merch Jar extension exclusively for the users of merchjar.com",
    "permissions": [
        "storage",
        "notifications"
    ],
    "host_permissions": [
        "*:\/\/merch.amazon.com\/*"
    ],
    "background": {
        "service_worker": "build\/background.js"
    },
    "icons": {
        "192": "logo192.png"
    },
    "action": {
        "default_icon": {
            "192": "logo192.png"
        },
        "default_title": "Popup",
        "default_popup": "popup.html"
    }
}