WalterPicks League Sync
Sync fantasy sports leagues with WalterPicks
Vad är WalterPicks League Sync?
WalterPicks League Sync är en Chrome-tillägg utvecklad av WalterPicks, och dess huvudfunktion är "Sync fantasy sports leagues with WalterPicks".
Tilläggsskärmbilder
Ladda ner WalterPicks League Sync-förlängningens CRX-fil
Ladda ner WalterPicks League Sync-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.
Användarmanual för Tillägg
Companion extension to sync your fantasy sports leagues with the WalterPicks app.
Grundläggande Information om Tillägg
Namn | WalterPicks League Sync |
ID | imhbnbhffmfkipopfgdbgbkhcmfelkjg |
Officiell webbadress | https://chromewebstore.google.com/detail/walterpicks-league-sync/imhbnbhffmfkipopfgdbgbkhcmfelkjg |
Beskrivning | Sync fantasy sports leagues with WalterPicks |
Filstorlek | 47.5 KB |
Antal Installationer | 9,741 |
Aktuell Version | 0.5.0 |
Senast Uppdaterad | 2023-05-02 |
Publiceringsdatum | 2022-06-28 |
Betyg | 4.00/5 Totalt 8 Betyg |
Utvecklare | WalterPicks |
E-post | [email protected] |
Betalningssätt | free |
Tilläggswebbplats | https://www.walterpicks.com/ |
URL till Sekretesspolicy Sidan | https://www.walterpicks.com/privacy-policy |
Stödda Språk | 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\/*" ] } |