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"
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Sports Card Scanner
ดาวน์โหลดไฟล์ส่วนขยาย Sports Card Scanner ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
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 |
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 |
URL หน้าช่วยเหลือ | https://www.sportscardscanner.com |
URL หน้านโยบายความเป็นส่วนตัว | 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" } |