RotoTracker Sync

Keep your DFS entry history results up to date with RotoTracker Sync.

RotoTracker Syncคืออะไร?

RotoTracker Sync เป็นส่วนขยายของ Chrome ที่พัฒนาโดย http://rototracker.com และคุณลักษณะหลักของมันคือ "Keep your DFS entry history results up to date with RotoTracker Sync."

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

screenshot
screenshot

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

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

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

                        The RotoTracker Sync browser extension is for RotoTracker customers to easily synchronize their results from Daily Fantasy Sports sites with our service.

With a couple of clicks you can download your data from FanDuel, DraftKings, Yahoo and DraftDay and any new entry history results will be securely sent to our servers automatically. 

The extension deals with downloading all multiple pages from FanDuel and supports files hundreds of thousands of lines long. You can also drag and drop CSV files directly onto the extension.

The extension conforms to the terms and conditions of all DFS sites, including the new 2016 DraftKings policy regarding Third Party Tools.

v3.0.18:
- Fix for more FanDuel website changes.
 
v3.0.17:
- Fix for FanDuel website changes.

v3.0.16: 
- Fix for another change to the Yahoo file format.

v3.0.15:
- Fix for new Yahoo file format.
- Fix for Fanduel login URL.

v3.0.12:
- Fix for DraftKings new CSV file format.

v3.0.11:
- Fix for DraftKings new CSV file format.

v3.0.10:
- Internal release.

v3.0.9:
- Fixed problem with drag/dropping files from the downloads bar on Mac.

v3.0.8:
- Fixed problem affecting a small number of users when opening the extension.

v3.0.5:
- DraftKings Sync is back! New drag-drop functionality means you can sync up your DK data all within the extension with just a couple of clicks. The new version fully conforms to DraftKings new Third Party Tools policy.
- Redesigned extension with new single-tab layout and logo.
- Bug fix when upload override set to more than 250 entries on FanDuel.

Update in v2.2.1:
- Sync with DraftKings temporarily disabled to adhere to their new policy regarding third party tools. This is a temporary measure while we work on a new solution. 

New features in v2.2:
- New setting to upload files in 50,000-line chunks. This setting will help users sending very large files (200,000+ lines) up to RotoTracker. 
- New progress indicator during file uploads.
- Better handling for FanDuel when user not logged in.                    

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

ชื่อ RotoTracker Sync RotoTracker Sync
ID opabhbnhbdlmpafplbhjjncfgolnkhgm
URL อย่างเป็นทางการ https://chrome.google.com/webstore/detail/rototracker-sync/opabhbnhbdlmpafplbhjjncfgolnkhgm
คำอธิบาย Keep your DFS entry history results up to date with RotoTracker Sync.
ขนาดไฟล์ 205 KB
จำนวนการติดตั้ง 3,963
เวอร์ชันปัจจุบัน 3.0.18
อัปเดตครั้งล่าสุด 2022-02-05
วันที่เผยแพร่ 2019-08-23
คะแนน 4.75/5 รวมทั้งหมด 4 คะแนน
ผู้พัฒนา http://rototracker.com
อีเมล [email protected]
ประเภทการชำระเงิน free
เว็บไซต์ส่วนขยาย https://rototracker.com
URL หน้านโยบายความเป็นส่วนตัว https://rototracker.com/docs/pp
ภาษาที่รองรับ en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "RotoTracker Sync",
    "short_name": "RotoTracker",
    "version": "3.0.18",
    "description": "Keep your DFS entry history results up to date with RotoTracker Sync.",
    "icons": {
        "16": "images\/icon16.png",
        "48": "images\/icon48.png",
        "128": "images\/icon128.png"
    },
    "homepage_url": "https:\/\/rototracker.com\/",
    "permissions": [
        "tabs",
        "storage",
        "https:\/\/rototracker.com\/*",
        "https:\/\/www.fanduel.com\/",
        "https:\/\/*.yahoo.com\/",
        "https:\/\/www.draftday.com\/"
    ],
    "browser_action": {
        "default_icon": {
            "19": "images\/icon19.png"
        },
        "default_title": "RotoTracker Sync"
    },
    "background": {
        "scripts": [
            "scripts\/events.js"
        ],
        "persistent": false
    }
}