Sports Card Scanner

This is the official chrome extension of SportsCardScanner.com

What is Sports Card Scanner?

Sports Card Scanner is a Chrome extension developed by https://www.sportscardscanner.com, and its main feature is "This is the official chrome extension of SportsCardScanner.com".

Extension Screenshots

screenshot

Download Sports Card Scanner Extension CRX File

Download Sports Card Scanner extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        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.                    

Extension Basic Information

Name Sports Card Scanner Sports Card Scanner
ID eimcmkcbloniedcdapmdjeofcmbabnga
Official URL https://chromewebstore.google.com/detail/sports-card-scanner/eimcmkcbloniedcdapmdjeofcmbabnga
Description This is the official chrome extension of SportsCardScanner.com
File Size 115 KB
Installation Count 303
Current Version 1.1.1
Last Updated 2021-09-06
Publish Date 2021-09-05
Rating 5.00/5 Total 1 Ratings
Developer https://www.sportscardscanner.com
Email [email protected]
Payment Type free
Extension Website https://www.sportscardscanner.com
Help Page URL https://www.sportscardscanner.com
Privacy Policy Page URL https://sportscardscanner.com/privacy-policy
Supported Languages 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"
}