VeRo Checker Private

We help Ebay sellers to identify brands participating in the VeRo Program, based on reports from the community.

Что такое VeRo Checker Private?

VeRo Checker Private - это расширение Chrome, разработанное Hustle Got Real, и его основная функция - "We help Ebay sellers to identify brands participating in the VeRo Program, based on reports from the community.".

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

screenshot

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

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

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

                        * Privacy Policy: https://hustlegotreal.com/privacy-policy/ *

Is checking your own VeRo list time consuming every time you list an item? Are you still using excel files to keep track of new brands added to the VeRo list?

This extension is a MUST in your browser.

Check for brands participating in the Ebay VeRo Program and help the community reporting any new addition from your own experience.                    

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

Название VeRo Checker Private VeRo Checker Private
ID nlhklaenccbcnapnpaghliheibnkhdbc
Официальный URL https://chromewebstore.google.com/detail/vero-checker-private/nlhklaenccbcnapnpaghliheibnkhdbc
Описание We help Ebay sellers to identify brands participating in the VeRo Program, based on reports from the community.
Размер файла 91.76 KB
Количество установок 2,224
Текущая Версия 1.0.8
Последнее Обновление 2022-07-11
Дата публикации 2017-07-26
Рейтинг 2.83/5 Всего 23 оценок
Разработчик Hustle Got Real
Электронная почта [email protected]
Тип оплаты free
Официальный сайт расширения http://verochecker.azurewebsites.net/
URL страницы помощи http://verochecker.azurewebsites.net/
URL страницы политики конфиденциальности https://hustlegotreal.com/en/privacy-policy
Поддерживаемые языки en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "VeRo Checker Private",
    "short_name": "VeRo Checker",
    "description": "We help Ebay sellers to identify brands participating in the VeRo Program, based on reports from the community.",
    "version": "1.0.8",
    "browser_action": {
        "default_icon": "verochecker128.png",
        "default_popup": "popup.html"
    },
    "content_security_policy": "script-src 'self' https:\/\/ssl.google-analytics.com https:\/\/www.google-analytics.com https:\/\/pagead2.googlesyndication.com; object-src 'self'",
    "permissions": [
        "identity",
        "identity.email",
        "*:\/\/verochecker.azurewebsites.net\/*",
        "*:\/\/ebayvero.azurewebsites.net\/*"
    ]
}