eZ Elite Creator

Easily create eZ Elites from your Amazon and eBay shipments

Что такое eZ Elite Creator?

eZ Elite Creator - это расширение Chrome, разработанное https://getezone.com, и его основная функция - "Easily create eZ Elites from your Amazon and eBay shipments".

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

screenshot

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

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

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

                        Easily create eZ Elites from your Amazon and eBay shipments.

Runs in the background of your Chrome browser or run manually through the interface.

Requires login to Amazon, eBay and eZone accounts.                    

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

Название eZ Elite Creator eZ Elite Creator
ID npffgkeiloipncddpajpeafdahfgoibo
Официальный URL https://chromewebstore.google.com/detail/ez-elite-creator/npffgkeiloipncddpajpeafdahfgoibo
Описание Easily create eZ Elites from your Amazon and eBay shipments
Размер файла 123 KB
Количество установок 1,594
Текущая Версия 1.9.5
Последнее Обновление 2022-07-18
Дата публикации 2020-07-23
Рейтинг 5.00/5 Всего 3 оценок
Разработчик https://getezone.com
Электронная почта [email protected]
Тип оплаты free
Официальный сайт расширения https://getezone.com
URL страницы помощи https://getezone.com/faqs
URL страницы политики конфиденциальности https://www.getezone.com/privacy-policy
Поддерживаемые языки en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "eZ Elite Creator",
    "description": "Easily create eZ Elites from your Amazon and eBay shipments",
    "version": "1.9.5",
    "icons": {
        "128": "www\/images\/icon128.png"
    },
    "background": {
        "scripts": [
            "www\/js\/background.js"
        ],
        "persistent": false
    },
    "content_scripts": [
        {
            "matches": [
                "https:\/\/*.ebay.com\/*"
            ],
            "js": [
                "www\/js\/scrapeEbayContent.js"
            ]
        }
    ],
    "browser_action": {
        "default_icon": {
            "19": "www\/images\/icon19.png",
            "38": "www\/images\/icon38.png",
            "128": "www\/images\/icon128.png"
        },
        "default_popup": "www\/index.html"
    },
    "permissions": [
        "alarms",
        "notifications",
        "storage",
        "tabs",
        "webNavigation",
        "unlimitedStorage",
        "https:\/\/*.getezone.com\/",
        "https:\/\/*.amazon.com\/",
        "https:\/\/amazon.com\/",
        "https:\/\/*.ebay.com\/*",
        "https:\/\/ebay.com\/"
    ]
}