Due Dilly

Chrome extension for Sports Card Analysis

Due Dilly क्या है?

Due Dilly https://duedilly.co द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Chrome extension for Sports Card Analysis"।

एक्सटेंशन स्क्रीनशॉट्स

screenshot

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में Due Dilly एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।

एक्सटेंशन उपयोग निर्देश

                        Assess quality
Using computer vision, our mobile app analyzes the quality of your sports cards.  

Real-time pricing 
Aggregating pricing sources from all over the web, we then provide you real-time pricing details of your card, allowing you to see what it’s selling for as raw or graded from the top 3 grading agencies and live prices directly on eBay. 

Sync to app
Once your card is assessed, you will see it appear in your account on the mobile app as well. 

Providing transparency and due diligence to the hobby you know and love.                    

एक्सटेंशन की मूल जानकारी

नाम Due Dilly Due Dilly
ID abbkdcinklakngmpghnhjkdjgnabbgek
आधिकारिक URL https://chromewebstore.google.com/detail/due-dilly/abbkdcinklakngmpghnhjkdjgnabbgek
विवरण Chrome extension for Sports Card Analysis
फ़ाइल का आकार 936 KB
स्थापना संख्या 22
वर्तमान संस्करण 1.0.10.1
अंतिम अपडेट 2022-02-07
प्रकाशन तिथि 2021-06-14
डेवलपर https://duedilly.co
ईमेल [email protected]
भुगतान के प्रकार in_app
गोपनीयता नीति पृष्ठ URL http://duedilly.co/privacy-policy
समर्थित भाषाएँ en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "version": "1.0.10.1",
    "name": "Due Dilly",
    "manifest_version": 2,
    "description": "Chrome extension for Sports Card Analysis",
    "browser_action": {
        "default_title": "Due Dilly",
        "default_popup": "popup.html"
    },
    "icons": {
        "16": "img\/icon-16.png",
        "48": "img\/icon-48.png",
        "128": "img\/icon-128.png"
    },
    "web_accessible_resources": [
        "inject.html",
        "img\/testcard.jpeg",
        "img\/symbol.png",
        "contentScript.js"
    ],
    "background": {
        "page": "background.html"
    },
    "content_scripts": [
        {
            "matches": [
                "https:\/\/www.ebay.com\/itm\/*",
                "https:\/\/stockx.com\/*",
                "https:\/\/goldinauctions.com\/LotDetail*",
                "https:\/\/www.starstock.com\/marketplace\/*",
                "https:\/\/starstock.com\/marketplace\/*",
                "https:\/\/www.facebook.com\/marketplace\/*",
                "https:\/\/facebook.com\/marketplace\/*"
            ],
            "js": [
                "contentScript.js"
            ],
            "css": [
                "contentCSS.css"
            ]
        }
    ],
    "permissions": [
        "storage",
        "https:\/\/www.ebay.com\/itm\/*",
        "https:\/\/stockx.com\/*",
        "https:\/\/goldinauctions.com\/LotDetail*",
        "https:\/\/www.starstock.com\/marketplace\/*",
        "https:\/\/www.facebook.com\/marketplace\/*"
    ],
    "content_security_policy": "frame-src https:\/\/js.stripe.com; font-src https:\/\/fonts.gstatic.com; default-src 'self'; script-src https:\/\/js.stripe.com 'self' 'unsafe-eval'; connect-src https:\/\/api.duedilly.co http:\/\/3.139.34.166 https:\/\/d4eewvesdu3vq.cloudfront.net; style-src * 'unsafe-inline' 'self' blob:; img-src * data:;"
}