Checkdot trust score
Provide trust score from checkdot.io for supported tokens on coinmarketcap.com and coingecko.com
Was ist Checkdot trust score?
Checkdot trust score ist eine Chrome-Erweiterung, die von CheckDot entwickelt wurde, und ihr Hauptmerkmal ist "Provide trust score from checkdot.io for supported tokens on coinmarketcap.com and coingecko.com".
Erweiterungsscreenshots
Checkdot trust score-Erweiterungs-CRX-Datei herunterladen
Laden Sie Checkdot trust score-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.
Anleitung zur Verwendung der Erweiterung
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. Grundlegende Informationen zur Erweiterung
| Name | |
| ID | lknnmehokbpcifdgicmkhmlgoggflhlm |
| Offizielle URL | https://chromewebstore.google.com/detail/checkdot-trust-score/lknnmehokbpcifdgicmkhmlgoggflhlm |
| Beschreibung | Provide trust score from checkdot.io for supported tokens on coinmarketcap.com and coingecko.com |
| Dateigröße | 79.72 KB |
| Installationsanzahl | 103 |
| Aktuelle Version | 0.0.5 |
| Letztes Update | 2023-11-15 |
| Veröffentlichungsdatum | 2023-04-01 |
| Bewertung | 5.00/5 Insgesamt 7 Bewertungen |
| Entwickler | CheckDot |
| [email protected] | |
| Zahlungsart | free |
| Erweiterungswebsite | https://checkdot.io |
| Hilfeseite URL | https://t.me/checkdot |
| URL der Datenschutzrichtlinien-Seite | https://checkdot.io/CheckDot-Privacy-Policy-Document.pdf |
| Unterstützte Sprachen | 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]"
}
}
} | |