Checkdot trust score
Provide trust score from checkdot.io for supported tokens on coinmarketcap.com and coingecko.com
Checkdot trust score là gì?
Checkdot trust score là một tiện ích mở rộng Chrome được phát triển bởi CheckDot, và tính năng chính của nó là "Provide trust score from checkdot.io for supported tokens on coinmarketcap.com and coingecko.com".
Ả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 Checkdot trust score
Tải xuống các tệp mở rộng Checkdot trust score 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
Displays a confidence score provided by the CheckDot api to give an idea of risk on each project listed in cmc / cg. Complementary tool to your own analysis.
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | Checkdot trust score |
ID | lknnmehokbpcifdgicmkhmlgoggflhlm |
URL Chính Thức | https://chromewebstore.google.com/detail/checkdot-trust-score/lknnmehokbpcifdgicmkhmlgoggflhlm |
Mô tả | Provide trust score from checkdot.io for supported tokens on coinmarketcap.com and coingecko.com |
Kích Thước Tệp | 79.72 KB |
Số Lần Cài Đặt | 103 |
Phiên Bản Hiện Tại | 0.0.5 |
Cập Nhật Lần Cuối | 2023-11-15 |
Ngày Phát Hành | 2023-04-01 |
Đánh Giá | 5.00/5 Tổng số 7 Đánh Giá |
Nhà Phát Triển | CheckDot |
[email protected] | |
Loại Thanh Toán | free |
Trang Web Mở Rộng | https://checkdot.io |
URL Trang Trợ Giúp | https://t.me/checkdot |
URL Trang Chính Sách Bảo Mật | https://checkdot.io/CheckDot-Privacy-Policy-Document.pdf |
Ngôn Ngữ Được Hỗ Trợ | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "name": "Checkdot trust score", "version": "0.0.5", "icons": { "16": "icons\/icon16.png", "48": "icons\/icon48.png", "128": "icons\/icon128.png" }, "description": "Provide trust score from checkdot.io for supported tokens on coinmarketcap.com and coingecko.com", "host_permissions": [ "https:\/\/node.checkdot.io\/*" ], "content_scripts": [ { "matches": [ "*:\/\/coinmarketcap.com\/currencies\/*", "*:\/\/coinmarketcap.com\/*\/currencies\/*", "*:\/\/www.coingecko.com\/*\/coins\/*" ], "js": [ "jquery.min.js", "checkdot.js", "coinmarketcap.js", "coingecko.js", "main.js" ] } ], "browser_specific_settings": { "gecko": { "id": "[email protected]" } } } |