Sports Card Scanner
This is the official chrome extension of SportsCardScanner.com
Sports Card Scanner란 무엇입니까?
Sports Card Scanner은(는) https://www.sportscardscanner.com에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "This is the official chrome extension of SportsCardScanner.com"입니다.
확장 프로그램 스크린샷
Sports Card Scanner 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 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 |
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" } |