Sports Card Scanner

This is the official chrome extension of SportsCardScanner.com

Что такое Sports Card Scanner?

Sports Card Scanner - это расширение Chrome, разработанное https://www.sportscardscanner.com, и его основная функция - "This is the official chrome extension of SportsCardScanner.com".

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

screenshot

Скачать файл CRX расширения Sports Card Scanner

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

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

                        The SportsCardScanner.com Chrome extension allows users to right click on a sports card image and instantly view that cards value, active & sold eBay listings, or to add the card to their SportsCardScanner.com collection.  This extension only works if you are a member of SportsCardScanner.com and have an active account.                    

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

Название Sports Card Scanner Sports Card Scanner
ID eimcmkcbloniedcdapmdjeofcmbabnga
Официальный URL https://chromewebstore.google.com/detail/sports-card-scanner/eimcmkcbloniedcdapmdjeofcmbabnga
Описание This is the official chrome extension of SportsCardScanner.com
Размер файла 115 KB
Количество установок 303
Текущая Версия 1.1.1
Последнее Обновление 2021-09-06
Дата публикации 2021-09-05
Рейтинг 5.00/5 Всего 1 оценок
Разработчик https://www.sportscardscanner.com
Электронная почта [email protected]
Тип оплаты free
Официальный сайт расширения https://www.sportscardscanner.com
URL страницы помощи https://www.sportscardscanner.com
URL страницы политики конфиденциальности https://sportscardscanner.com/privacy-policy
Поддерживаемые языки en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "background": {
        "scripts": [
            "content_script.js"
        ]
    },
    "name": "Sports Card Scanner",
    "description": "This is the official chrome extension of SportsCardScanner.com",
    "homepage_url": "https:\/\/sportscardscanner.com\/",
    "icons": {
        "128": "icon128.png",
        "16": "icon16.png",
        "48": "icon48.png"
    },
    "options_ui": {
        "page": "options.html"
    },
    "manifest_version": 2,
    "minimum_chrome_version": "40.0.0.0",
    "permissions": [
        "contextMenus",
        "storage"
    ],
    "version": "1.1.1"
}