FIFA 19 Calculator

Calculate the tax charged by EA Sports when selling players on Fifa 19 Ultimate team

Was ist FIFA 19 Calculator?

FIFA 19 Calculator ist eine Chrome-Erweiterung, die von https://fifacalculator.com entwickelt wurde, und ihr Hauptmerkmal ist "Calculate the tax charged by EA Sports when selling players on Fifa 19 Ultimate team".

Erweiterungsscreenshots

screenshot

FIFA 19 Calculator-Erweiterungs-CRX-Datei herunterladen

Laden Sie FIFA 19 Calculator-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.

Anleitung zur Verwendung der Erweiterung

                        FIFA 20 Tax Calculator is here to help you make successful FUT trades every time. When you are ready to buy and sell just simply enter the price you paid for your card and also the price you want to sell. The calculator will work out the tax owed to EA Sports for the trade and will tell you in an instant if it is a profitable trade or not.                    

Grundlegende Informationen zur Erweiterung

Name FIFA 19 Calculator FIFA 19 Calculator
ID ackinpngjkcamikkefniamknocifnakb
Offizielle URL https://chromewebstore.google.com/detail/fifa-19-calculator/ackinpngjkcamikkefniamknocifnakb
Beschreibung Calculate the tax charged by EA Sports when selling players on Fifa 19 Ultimate team
Dateigröße 93.16 KB
Installationsanzahl 240
Aktuelle Version 1.0
Letztes Update 2019-10-25
Veröffentlichungsdatum 2019-10-25
Entwickler https://fifacalculator.com
E-Mail [email protected]
Zahlungsart free
Erweiterungswebsite http://fifacalculator.com
Hilfeseite URL http://fifacalculator.com/contact-us
Unterstützte Sprachen en-GB
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "FIFA 19 Calculator",
    "version": "1.0",
    "description": "Calculate the tax charged by EA Sports when selling players on Fifa 19 Ultimate team",
    "permissions": [
        "storage"
    ],
    "icons": {
        "16": "icon16.png",
        "48": "icon48.png"
    },
    "browser_action": {
        "default_icon": "icon16.png",
        "default_title": "Fifa Tax Calculator",
        "default_popup": "popup.html"
    },
    "manifest_version": 2,
    "content_security_policy": "script-src 'self' https:\/\/ajax.googleapis.com; object-src 'self'"
}