Due Dilly
Chrome extension for Sports Card Analysis
Due Dilly là gì?
Due Dilly là một tiện ích mở rộng Chrome được phát triển bởi https://duedilly.co, và tính năng chính của nó là "Chrome extension for Sports Card Analysis".
Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng
Tải xuống tệp CRX của tiện ích mở rộng Due Dilly
Tải xuống các tệp mở rộng Due Dilly dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.
Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng
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.
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | Due Dilly |
ID | abbkdcinklakngmpghnhjkdjgnabbgek |
URL Chính Thức | https://chromewebstore.google.com/detail/due-dilly/abbkdcinklakngmpghnhjkdjgnabbgek |
Mô tả | Chrome extension for Sports Card Analysis |
Kích Thước Tệp | 936 KB |
Số Lần Cài Đặt | 22 |
Phiên Bản Hiện Tại | 1.0.10.1 |
Cập Nhật Lần Cuối | 2022-02-07 |
Ngày Phát Hành | 2021-06-14 |
Nhà Phát Triển | https://duedilly.co |
[email protected] | |
Loại Thanh Toán | in_app |
URL Trang Chính Sách Bảo Mật | http://duedilly.co/privacy-policy |
Ngôn Ngữ Được Hỗ Trợ | 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:;" } |