FIFA 19 Calculator

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

FIFA 19 Calculator란 무엇입니까?

FIFA 19 Calculator은(는) https://fifacalculator.com에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Calculate the tax charged by EA Sports when selling players on Fifa 19 Ultimate team"입니다.

확장 프로그램 스크린샷

screenshot

FIFA 19 Calculator 확장 프로그램 CRX 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        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.                    

확장 프로그램 기본 정보

이름 FIFA 19 Calculator FIFA 19 Calculator
ID ackinpngjkcamikkefniamknocifnakb
공식 URL https://chromewebstore.google.com/detail/fifa-19-calculator/ackinpngjkcamikkefniamknocifnakb
설명 Calculate the tax charged by EA Sports when selling players on Fifa 19 Ultimate team
파일 크기 93.16 KB
설치 횟수 240
현재 버전 1.0
최근 업데이트 2019-10-25
출시 날짜 2019-10-25
개발자 https://fifacalculator.com
이메일 [email protected]
결제 유형 free
확장 프로그램 웹 사이트 http://fifacalculator.com
도움말 페이지 URL http://fifacalculator.com/contact-us
지원되는 언어 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'"
}