FIFA 19 Calculator

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

Qu'est-ce que FIFA 19 Calculator ?

FIFA 19 Calculator est une extension Chrome développée par https://fifacalculator.com, et sa fonction principale est "Calculate the tax charged by EA Sports when selling players on Fifa 19 Ultimate team".

Captures d'Écran de l'Extension

screenshot

Télécharger le fichier CRX de l'extension FIFA 19 Calculator

Téléchargez les fichiers d'extension FIFA 19 Calculator au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

                        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.                    

Informations de Base sur l'Extension

Nom FIFA 19 Calculator FIFA 19 Calculator
ID ackinpngjkcamikkefniamknocifnakb
URL Officiel https://chromewebstore.google.com/detail/fifa-19-calculator/ackinpngjkcamikkefniamknocifnakb
Description Calculate the tax charged by EA Sports when selling players on Fifa 19 Ultimate team
Taille du Fichier 93.16 KB
Nombre d'Installations 240
Version Actuelle 1.0
Dernière Mise à Jour 2019-10-25
Date de Publication 2019-10-25
Développeur https://fifacalculator.com
Email [email protected]
Type de Paiement free
Site Web de l'Extension http://fifacalculator.com
URL de la Page d'Aide http://fifacalculator.com/contact-us
Langues Prises en Charge 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'"
}