Sports Card Scanner
This is the official chrome extension of SportsCardScanner.com
Qu'est-ce que Sports Card Scanner ?
Sports Card Scanner est une extension Chrome développée par https://www.sportscardscanner.com, et sa fonction principale est "This is the official chrome extension of SportsCardScanner.com".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension Sports Card Scanner
Téléchargez les fichiers d'extension Sports Card Scanner au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.
Instructions d'Utilisation de l'Extension
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.
Informations de Base sur l'Extension
Nom | Sports Card Scanner |
ID | eimcmkcbloniedcdapmdjeofcmbabnga |
URL Officiel | https://chromewebstore.google.com/detail/sports-card-scanner/eimcmkcbloniedcdapmdjeofcmbabnga |
Description | This is the official chrome extension of SportsCardScanner.com |
Taille du Fichier | 115 KB |
Nombre d'Installations | 303 |
Version Actuelle | 1.1.1 |
Dernière Mise à Jour | 2021-09-06 |
Date de Publication | 2021-09-05 |
Évaluation | 5.00/5 Total 1 Évaluations |
Développeur | https://www.sportscardscanner.com |
[email protected] | |
Type de Paiement | free |
Site Web de l'Extension | https://www.sportscardscanner.com |
URL de la Page d'Aide | https://www.sportscardscanner.com |
URL de la Page de Politique de Confidentialité | https://sportscardscanner.com/privacy-policy |
Langues Prises en Charge | 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" } |