WalterPicks League Sync

Sync fantasy sports leagues with WalterPicks

WalterPicks League Syncคืออะไร?

WalterPicks League Sync เป็นส่วนขยายของ Chrome ที่พัฒนาโดย WalterPicks และคุณลักษณะหลักของมันคือ "Sync fantasy sports leagues with WalterPicks"

ภาพหน้าจอของส่วนขยาย

screenshot
screenshot
screenshot
screenshot
screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย WalterPicks League Sync

ดาวน์โหลดไฟล์ส่วนขยาย WalterPicks League Sync ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

คำแนะนำในการใช้ส่วนขยาย

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

ข้อมูลพื้นฐานของส่วนขยาย

ชื่อ WalterPicks League Sync WalterPicks League Sync
ID imhbnbhffmfkipopfgdbgbkhcmfelkjg
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/walterpicks-league-sync/imhbnbhffmfkipopfgdbgbkhcmfelkjg
คำอธิบาย Sync fantasy sports leagues with WalterPicks
ขนาดไฟล์ 47.5 KB
จำนวนการติดตั้ง 9,741
เวอร์ชันปัจจุบัน 0.5.0
อัปเดตครั้งล่าสุด 2023-05-02
วันที่เผยแพร่ 2022-06-28
คะแนน 4.00/5 รวมทั้งหมด 8 คะแนน
ผู้พัฒนา WalterPicks
อีเมล [email protected]
ประเภทการชำระเงิน free
เว็บไซต์ส่วนขยาย https://www.walterpicks.com/
URL หน้านโยบายความเป็นส่วนตัว https://www.walterpicks.com/privacy-policy
ภาษาที่รองรับ 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\/*"
    ]
}