Correlation Engine

Visualizes schedule correlations for drafted NFL teams on Underdog Fantasy during playoff weeks (15-17).

Correlation Engineとは何ですか?

Correlation Engineはhttps://best-ball.comによって開発されたChromeの拡張機能で、その主な機能は「Visualizes schedule correlations for drafted NFL teams on Underdog Fantasy during playoff weeks (15-17).」です。

拡張機能のスクリーンショット

screenshot
screenshot
screenshot

Correlation Engine拡張機能のCRXファイルをダウンロード

Correlation Engine拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。

拡張機能の使用方法

                        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!                    

拡張機能の基本情報

名前 Correlation Engine Correlation Engine
ID enijncogiilpamedgdeeejbabbglhdjf
公式URL https://chromewebstore.google.com/detail/correlation-engine/enijncogiilpamedgdeeejbabbglhdjf
説明 Visualizes schedule correlations for drafted NFL teams on Underdog Fantasy during playoff weeks (15-17).
ファイルサイズ 162 KB
インストール数 29
現在のバージョン 3.5
最終更新日 2023-07-30
公開日 2023-07-22
評価 4.73/5 合計 11 レビュー
開発者 https://best-ball.com
Eメール [email protected]
支払い方法 free
拡張機能のウェブサイト https://best-ball.com/
ヘルプページのURL https://best-ball.com/contact
対応言語 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": [
                ""
            ]
        }
    ],
    "icons": {
        "16": "16 x 16.png",
        "48": "48 x 48.png",
        "128": "128 x 128.png"
    }
}