CertCheck for Chrome

Verify graded card certificate information for cards graded by PSA, CGC, SGC, and more

CertCheck for Chromeคืออะไร?

CertCheck for Chrome เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://mnmapplications.com และคุณลักษณะหลักของมันคือ "Verify graded card certificate information for cards graded by PSA, CGC, SGC, and more"

ภาพหน้าจอของส่วนขยาย

screenshot
screenshot
screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย CertCheck for Chrome

ดาวน์โหลดไฟล์ส่วนขยาย CertCheck for Chrome ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

คำแนะนำในการใช้ส่วนขยาย

                        CertCheck - A quick lookup utility for graded card certificate information - PSA, CGC, and PGS slabs are currently supported.

Before purchasing your next graded card on sites like eBay, PWCC, or Heritage Auctions, you'll likely want to pull up the official certificate details. For PSA slabs, you can find direct links to the population reports for that card and it will sometimes include previous public sale history of the card. This also helps you validate all the details about the card you're about to spend hard-earned money on.

CertCheck makes it easy to look up the certificate details for cards in your collection or cards you're thinking about purchasing, and it works across different grading companies too in case you trade in multiple kinds of slabs.


★ How to Use:

Enter the certificate number of the graded card that you'd like to search, then select the radio button corresponding to the slab's grading company. Click the search button to initiate, and the extension should open the webpage for the certificate details.


★ Grading Companies Supported:

CertCheck supports cards that are graded and authenticated by the following grading companies.

- CGC - Certified Guaranty Company
- PSA - Professional Sports Authenticator
- PGS - Platin Grading Services


★ Types of Cards Supported:

CertCheck works for all different types of cards. As long as a slab is graded by a supported company, it's details can be searched by CertCheck. This works across a variety of collectible card games / trading card games such as the following:

- Pokemon cards
- Yugioh cards
- Magic the Gathering cards
- Football cards
- Baseball cards
- Hockey cards
- And more!


★ Disclaimers: 

CertCheck is not affiliated with any of the aforementioned grading companies.

If you experience any problems with the app, please contact the support email address listed below.


★ Support: 
Email: [email protected]
Developer Website: www.MNMApplications.com                    

ข้อมูลพื้นฐานของส่วนขยาย

ชื่อ CertCheck for Chrome CertCheck for Chrome
ID mofjoojkbejdalfenhcmbcgdjenpijok
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/certcheck-for-chrome/mofjoojkbejdalfenhcmbcgdjenpijok
คำอธิบาย Verify graded card certificate information for cards graded by PSA, CGC, SGC, and more
ขนาดไฟล์ 242 KB
จำนวนการติดตั้ง 23
เวอร์ชันปัจจุบัน 1.02
อัปเดตครั้งล่าสุด 2021-11-06
วันที่เผยแพร่ 2021-10-28
ผู้พัฒนา https://mnmapplications.com
อีเมล [email protected]
ประเภทการชำระเงิน free
เว็บไซต์ส่วนขยาย https://mnmapplications.com/chrome-extensions/
URL หน้าช่วยเหลือ https://mnmapplications.com/contact/
ภาษาที่รองรับ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "CertCheck for Chrome",
    "version": "1.02",
    "description": "Verify graded card certificate information for cards graded by PSA, CGC, SGC, and more",
    "manifest_version": 2,
    "content_security_policy": "script-src 'self' 'unsafe-eval'; object-src 'self'",
    "icons": {
        "16": "assets\/images\/icon-16.png",
        "48": "assets\/images\/icon-48.png",
        "128": "assets\/images\/icon-128.png"
    },
    "background": {
        "scripts": []
    },
    "browser_action": {
        "default_icon": {
            "19": "assets\/images\/icon-19.png",
            "38": "assets\/images\/icon-38.png"
        },
        "default_popup": "index.html"
    },
    "permissions": []
}