Scan Unlimited

Scan Unlimited

Что такое Scan Unlimited?

Scan Unlimited - это расширение Chrome, разработанное https://scanunlimited.com, и его основная функция - "Scan Unlimited".

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

screenshot
screenshot
screenshot
screenshot

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

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

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

                        Official chrome extension from Scan Unlimited, Inc. The extension alerts you if a brand is known for filing IP complaints. When opening an Amazon product detail page, a warning symbol will appear there is an IP alert. Protect your seller account with the Scan Unlimited chrome extension!

We currently support Amazon marketplaces in the United States, Canada, Mexico, United Kingdom, France, Germany, Italy, Spain, Brazil, Australia, Japan, China, India, and the Netherlands

Our data is crowd sourced and updated regularly to improve accuracy. You can report brands that you received an IP complaint from by submitting proof of the IP complaint. The team will update the database accordingly.

A Scan Unlimited account is required.                    

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

Название Scan Unlimited Scan Unlimited
ID pdmefbdbleblmnmilfliomakbfpahlje
Официальный URL https://chromewebstore.google.com/detail/scan-unlimited/pdmefbdbleblmnmilfliomakbfpahlje
Описание Scan Unlimited
Размер файла 225 KB
Количество установок 49,264
Текущая Версия 1.3.1
Последнее Обновление 2022-02-05
Дата публикации 2020-06-06
Рейтинг 4.64/5 Всего 14 оценок
Разработчик https://scanunlimited.com
Электронная почта [email protected]
Тип оплаты free
Официальный сайт расширения https://scanunlimited.com
URL страницы помощи https://scanunlimited.com
URL страницы политики конфиденциальности https://www.scanunlimited.com/privacy-policy
Поддерживаемые языки en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Scan Unlimited",
    "description": "Scan Unlimited",
    "version": "1.3.1",
    "browser_action": {
        "default_icon": "favicon.ico",
        "default_popup": "popup.html"
    },
    "icons": {
        "16": "fav16.png",
        "48": "fav48.png",
        "128": "fav128.png"
    },
    "content_scripts": [
        {
            "matches": [
                "*:\/\/*.amazon.com\/*",
                "*:\/\/*.amazon.ca\/*",
                "*:\/\/*.amazon.cn\/*",
                "*:\/\/*.amazon.co.jp\/*",
                "*:\/\/*.amazon.co.uk\/*",
                "*:\/\/*.amazon.com.au\/*",
                "*:\/\/*.amazon.com.br\/*",
                "*:\/\/*.amazon.com.mx\/*",
                "*:\/\/*.amazon.de\/*",
                "*:\/\/*.amazon.es\/*",
                "*:\/\/*.amazon.fr\/*",
                "*:\/\/*.amazon.in\/*",
                "*:\/\/*.amazon.it\/*",
                "*:\/\/*.amazon.nl\/*"
            ],
            "js": [
                "js\/content_script.js"
            ]
        }
    ],
    "web_accessible_resources": [
        "warning.webp",
        "spinner.gif",
        "help_outline-24px.svg"
    ],
    "background": {
        "scripts": [
            "js\/vendor.js",
            "js\/background.js"
        ]
    },
    "externally_connectable": {
        "matches": [
            "https:\/\/*.scanunlimited.com\/*",
            "http:\/\/localhost:4200\/*"
        ]
    }
}