Ultimate Trader Club Import

This extension will import the records from FUT to Ultimate Trader Club Journal.

Ultimate Trader Club Importคืออะไร?

Ultimate Trader Club Import เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://www.ultimatetrader.club และคุณลักษณะหลักของมันคือ "This extension will import the records from FUT to Ultimate Trader Club Journal."

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

screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Ultimate Trader Club Import

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

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

                        Ultimate Trader Chrome Extensions allows you to quickly import the information of your bought and sold players in FUT from the web app directly into ultimatetrader.club journal. 

For any questions please e-mail us at [email protected].                    

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

ชื่อ Ultimate Trader Club Import Ultimate Trader Club Import
ID kphkpmbcnbemngghfonkknnffkcdpdaa
URL อย่างเป็นทางการ https://chrome.google.com/webstore/detail/ultimate-trader-club-impo/kphkpmbcnbemngghfonkknnffkcdpdaa
คำอธิบาย This extension will import the records from FUT to Ultimate Trader Club Journal.
ขนาดไฟล์ 224 KB
จำนวนการติดตั้ง 145
เวอร์ชันปัจจุบัน 1.2
อัปเดตครั้งล่าสุด 2018-10-04
วันที่เผยแพร่ 2018-10-04
คะแนน 5.00/5 รวมทั้งหมด 2 คะแนน
ผู้พัฒนา https://www.ultimatetrader.club
อีเมล [email protected]
ประเภทการชำระเงิน free
ภาษาที่รองรับ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Ultimate Trader Club Import",
    "description": "This extension will import the records from FUT to Ultimate Trader Club Journal.",
    "version": "1.2",
    "browser_action": {
        "default_icon": "icon.png",
        "default_popup": "popup.html"
    },
    "content_scripts": [
        {
            "run_at": "document_end",
            "matches": [
                "*:\/\/*.easports.com\/*"
            ],
            "js": [
                "jquery.js",
                "content_script.js"
            ]
        }
    ],
    "permissions": [
        "activeTab",
        "storage"
    ]
}