Sports Card Scanner

This is the official chrome extension of SportsCardScanner.com

Wat is Sports Card Scanner?

Sports Card Scanner is een Chrome-extensie ontwikkeld door https://www.sportscardscanner.com, en de belangrijkste functie is "This is the official chrome extension of SportsCardScanner.com".

Extensie Screenshots

screenshot

Download het CRX-bestand van de extensie Sports Card Scanner

Download Sports Card Scanner-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

                        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.                    

Basisinformatie over de Extensie

Naam Sports Card Scanner Sports Card Scanner
ID eimcmkcbloniedcdapmdjeofcmbabnga
Officiële URL https://chromewebstore.google.com/detail/sports-card-scanner/eimcmkcbloniedcdapmdjeofcmbabnga
Beschrijving This is the official chrome extension of SportsCardScanner.com
Bestandsgrootte 115 KB
Aantal Installaties 303
Huidige Versie 1.1.1
Laatst Bijgewerkt 2021-09-06
Publicatiedatum 2021-09-05
Beoordeling 5.00/5 Totaal 1 Beoordelingen
Ontwikkelaar https://www.sportscardscanner.com
E-mail [email protected]
Betalingswijze free
Extensiewebsite https://www.sportscardscanner.com
Help Pagina-URL https://www.sportscardscanner.com
URL van de Privacybeleid Pagina https://sportscardscanner.com/privacy-policy
Ondersteunde Talen 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"
}