WalterPicks League Sync

Sync fantasy sports leagues with WalterPicks

Was ist WalterPicks League Sync?

WalterPicks League Sync ist eine Chrome-Erweiterung, die von WalterPicks entwickelt wurde, und ihr Hauptmerkmal ist "Sync fantasy sports leagues with WalterPicks".

Erweiterungsscreenshots

screenshot
screenshot
screenshot
screenshot
screenshot

WalterPicks League Sync-Erweiterungs-CRX-Datei herunterladen

Laden Sie WalterPicks League Sync-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

                        Companion extension to sync your fantasy sports leagues with the WalterPicks app.                    

Grundlegende Informationen zur Erweiterung

Name WalterPicks League Sync WalterPicks League Sync
ID imhbnbhffmfkipopfgdbgbkhcmfelkjg
Offizielle URL https://chromewebstore.google.com/detail/walterpicks-league-sync/imhbnbhffmfkipopfgdbgbkhcmfelkjg
Beschreibung Sync fantasy sports leagues with WalterPicks
Dateigröße 47.5 KB
Installationsanzahl 9,741
Aktuelle Version 0.5.0
Letztes Update 2023-05-02
Veröffentlichungsdatum 2022-06-28
Bewertung 4.00/5 Insgesamt 8 Bewertungen
Entwickler WalterPicks
E-Mail [email protected]
Zahlungsart free
Erweiterungswebsite https://www.walterpicks.com/
URL der Datenschutzrichtlinien-Seite https://www.walterpicks.com/privacy-policy
Unterstützte Sprachen en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "WalterPicks League Sync",
    "description": "Sync fantasy sports leagues with WalterPicks",
    "version": "0.5.0",
    "manifest_version": 3,
    "action": {
        "default_popup": "popup.html",
        "default_icon": {
            "16": "\/images\/WalterPicks16x16.png",
            "32": "\/images\/WalterPicks32x32.png",
            "48": "\/images\/WalterPicks48x48.png",
            "128": "\/images\/WalterPicks128x128.png"
        }
    },
    "background": {
        "service_worker": "background.js",
        "type": "module"
    },
    "icons": {
        "16": "\/images\/WalterPicks16x16.png",
        "32": "\/images\/WalterPicks32x32.png",
        "48": "\/images\/WalterPicks48x48.png",
        "128": "\/images\/WalterPicks128x128.png"
    },
    "permissions": [
        "scripting"
    ],
    "host_permissions": [
        "https:\/\/fantasy.espn.com\/*",
        "https:\/\/sleeper.com\/*",
        "https:\/\/sleeper.app\/*",
        "https:\/\/sports.yahoo.com\/*",
        "https:\/\/walterpicks.com\/*"
    ]
}