I UPC Finder

Finds product UPC in multiple retailers.

Что такое I UPC Finder?

I UPC Finder - это расширение Chrome, разработанное extensionsoultool, и его основная функция - "Finds product UPC in multiple retailers.".

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

screenshot
screenshot
screenshot
screenshot

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

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

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

                        Finds UPC of a product for multiple retailers online. Currently supports Target, Walmart, and more support is in development. 

I UPC Finder is an extension to make any resellers' product research time more valuable. 

If you have any good suggestions, please contact us.                    

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

Название I UPC Finder I UPC Finder
ID ahoflnncgampppfeeblfcjfipoakepjk
Официальный URL https://chrome.google.com/webstore/detail/i-upc-finder/ahoflnncgampppfeeblfcjfipoakepjk
Описание Finds product UPC in multiple retailers.
Размер файла 1.06 MB
Количество установок 283
Текущая Версия 0.2.0
Последнее Обновление 2022-03-02
Дата публикации 2021-10-19
Рейтинг 5.00/5 Всего 3 оценок
Разработчик extensionsoultool
Электронная почта [email protected]
Тип оплаты free
Поддерживаемые языки en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "I UPC Finder",
    "homepage_url": "https:\/\/chrome.google.com\/webstore\/detail\/i-upc-finder\/ahoflnncgampppfeeblfcjfipoakepjk",
    "description": "Finds product UPC in multiple retailers.",
    "default_locale": "en",
    "permissions": [
        "",
        "tabs"
    ],
    "icons": {
        "16": "icons\/16.png",
        "48": "icons\/48.png",
        "128": "icons\/128.png"
    },
    "background": {
        "scripts": [
            "js\/background.js"
        ],
        "persistent": false
    },
    "browser_action": {
        "default_popup": "popup.html",
        "default_title": "__MSG_extName__",
        "default_icon": {
            "19": "icons\/19.png",
            "38": "icons\/38.png"
        }
    },
    "version": "0.2.0",
    "content_security_policy": "script-src 'self' ; object-src 'self'"
}