Correlation Engine
Visualizes schedule correlations for drafted NFL teams on Underdog Fantasy during playoff weeks (15-17).
Was ist Correlation Engine?
Correlation Engine ist eine Chrome-Erweiterung, die von https://best-ball.com entwickelt wurde, und ihr Hauptmerkmal ist "Visualizes schedule correlations for drafted NFL teams on Underdog Fantasy during playoff weeks (15-17).".
Erweiterungsscreenshots
Correlation Engine-Erweiterungs-CRX-Datei herunterladen
Laden Sie Correlation Engine-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
Correlation Engine is an extension for UnderdogFantasy.com. It offers insights to aid in your drafting decisions. To use: Upload your exposure CSV from UnderdogFantasy.com, then refresh the page. Your Correlation Engine is now ready to go!
Grundlegende Informationen zur Erweiterung
Name | |
ID | enijncogiilpamedgdeeejbabbglhdjf |
Offizielle URL | https://chromewebstore.google.com/detail/correlation-engine/enijncogiilpamedgdeeejbabbglhdjf |
Beschreibung | Visualizes schedule correlations for drafted NFL teams on Underdog Fantasy during playoff weeks (15-17). |
Dateigröße | 162 KB |
Installationsanzahl | 29 |
Aktuelle Version | 3.5 |
Letztes Update | 2023-07-30 |
Veröffentlichungsdatum | 2023-07-22 |
Bewertung | 4.73/5 Insgesamt 11 Bewertungen |
Entwickler | https://best-ball.com |
[email protected] | |
Zahlungsart | free |
Erweiterungswebsite | https://best-ball.com/ |
Hilfeseite URL | https://best-ball.com/contact |
Unterstützte Sprachen | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "name": "Correlation Engine", "description": "Visualizes schedule correlations for drafted NFL teams on Underdog Fantasy during playoff weeks (15-17).", "version": "3.5", "permissions": [ "storage" ], "action": { "default_popup": "popup.html" }, "background": { "service_worker": "background.js" }, "content_scripts": [ { "matches": [ "https:\/\/draftkings.com\/*", "https:\/\/underdogfantasy.com\/*" ], "js": [ "content.js" ] } ], "host_permissions": [ "https:\/\/draftkings.com\/*", "https:\/\/underdogfantasy.com\/*" ], "web_accessible_resources": [ { "resources": [ "papaparse.min.js" ], "matches": [ " |