Sports Card Scanner

This is the official chrome extension of SportsCardScanner.com

Co to jest Sports Card Scanner?

Sports Card Scanner to rozszerzenie Chrome opracowane przez https://www.sportscardscanner.com, a jego główną funkcją jest „This is the official chrome extension of SportsCardScanner.com”.

Zrzuty ekranu rozszerzenia

screenshot

Pobierz plik CRX rozszerzenia Sports Card Scanner

Pobierz pliki rozszerzeń Sports Card Scanner w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.

Instrukcja Użytkowania Rozszerzenia

                        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.                    

Podstawowe informacje o rozszerzeniu

Nazwa Sports Card Scanner Sports Card Scanner
ID eimcmkcbloniedcdapmdjeofcmbabnga
Oficjalny URL https://chromewebstore.google.com/detail/sports-card-scanner/eimcmkcbloniedcdapmdjeofcmbabnga
Opis This is the official chrome extension of SportsCardScanner.com
Rozmiar pliku 115 KB
Liczba instalacji 303
Aktualna Wersja 1.1.1
Ostatnia Aktualizacja 2021-09-06
Data Publikacji 2021-09-05
Ocena 5.00/5 Łącznie 1 Oceny
Deweloper https://www.sportscardscanner.com
E-mail [email protected]
Typ Płatności free
Strona Rozszerzenia https://www.sportscardscanner.com
Adres URL Strony Pomocy https://www.sportscardscanner.com
Adres URL Strony Polityki Prywatności https://sportscardscanner.com/privacy-policy
Obsługiwane Języki 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"
}