Sports Card Scanner

This is the official chrome extension of SportsCardScanner.com

ما هو Sports Card Scanner؟

Sports Card Scanner هو إضافة Chrome تم تطويرها بواسطة https://www.sportscardscanner.com، والميزة الرئيسية لها هي "This is the official chrome extension of SportsCardScanner.com".

لقطات شاشة التمديد

screenshot

تحميل ملف CRX للإضافة Sports Card Scanner

قم بتنزيل ملفات الامتداد Sports Card Scanner بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.

تعليمات استخدام التمديد

                        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.                    

معلومات أساسية عن التمديد

الاسم Sports Card Scanner Sports Card Scanner
ID eimcmkcbloniedcdapmdjeofcmbabnga
عنوان URL الرسمي https://chromewebstore.google.com/detail/sports-card-scanner/eimcmkcbloniedcdapmdjeofcmbabnga
الوصف This is the official chrome extension of SportsCardScanner.com
حجم الملف 115 KB
عدد التثبيتات 303
النسخة الحالية 1.1.1
آخر تحديث 2021-09-06
تاريخ النشر 2021-09-05
تقييم 5.00/5 مجموع تقييمات 1
المطور https://www.sportscardscanner.com
البريد الإلكتروني [email protected]
نوع الدفع free
موقع الإضافة https://www.sportscardscanner.com
عنوان صفحة المساعدة https://www.sportscardscanner.com
عنوان صفحة سياسة الخصوصية https://sportscardscanner.com/privacy-policy
اللغات المدعومة 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"
}