Sports Card Scanner
This is the official chrome extension of SportsCardScanner.com
Cos'è Sports Card Scanner?
Sports Card Scanner è un'estensione di Chrome sviluppata da https://www.sportscardscanner.com, e la sua funzione principale è "This is the official chrome extension of SportsCardScanner.com".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione Sports Card Scanner
Scarica i file di estensione Sports Card Scanner in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.
Istruzioni per l'Uso dell'Estensione
                        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.                     Informazioni di Base sull'Estensione
| Nome |   |  
| ID | eimcmkcbloniedcdapmdjeofcmbabnga | 
| URL Ufficiale | https://chromewebstore.google.com/detail/sports-card-scanner/eimcmkcbloniedcdapmdjeofcmbabnga | 
| Descrizione | This is the official chrome extension of SportsCardScanner.com | 
| Dimensione del File | 115 KB | 
| Conteggio Installazioni | 303 | 
| Versione Corrente | 1.1.1 | 
| Ultimo Aggiornamento | 2021-09-06 | 
| Data di Pubblicazione | 2021-09-05 | 
| Valutazione | 5.00/5 Totale 1 Valutazioni | 
| Sviluppatore | https://www.sportscardscanner.com | 
| [email protected] | |
| Tipo di Pagamento | free | 
| Sito Web dell'Estensione | https://www.sportscardscanner.com | 
| URL della Pagina di Aiuto | https://www.sportscardscanner.com | 
| URL della Pagina della Politica sulla Privacy | https://sportscardscanner.com/privacy-policy | 
| Lingue Supportate | 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"
}  |  |