Ultimate Trader Club Import
This extension will import the records from FUT to Ultimate Trader Club Journal.
Co to jest Ultimate Trader Club Import?
Ultimate Trader Club Import to rozszerzenie Chrome opracowane przez https://www.ultimatetrader.club, a jego główną funkcją jest „This extension will import the records from FUT to Ultimate Trader Club Journal.”.
Zrzuty ekranu rozszerzenia
Pobierz plik CRX rozszerzenia Ultimate Trader Club Import
Pobierz pliki rozszerzeń Ultimate Trader Club Import w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.
Instrukcja Użytkowania Rozszerzenia
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].
Podstawowe informacje o rozszerzeniu
Nazwa | |
ID | kphkpmbcnbemngghfonkknnffkcdpdaa |
Oficjalny URL | https://chrome.google.com/webstore/detail/ultimate-trader-club-impo/kphkpmbcnbemngghfonkknnffkcdpdaa |
Opis | This extension will import the records from FUT to Ultimate Trader Club Journal. |
Rozmiar pliku | 224 KB |
Liczba instalacji | 145 |
Aktualna Wersja | 1.2 |
Ostatnia Aktualizacja | 2018-10-04 |
Data Publikacji | 2018-10-04 |
Ocena | 5.00/5 Łącznie 2 Oceny |
Deweloper | https://www.ultimatetrader.club |
[email protected] | |
Typ Płatności | free |
Obsługiwane Języki | 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" ] } |