Economic Calendar, Market & News

Economic calendar, forex news, forex calculators and other tools for your forex trading.

Economic Calendar, Market & News란 무엇입니까?

Economic Calendar, Market & News은(는) https://www.myfxbook.com에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Economic calendar, forex news, forex calculators and other tools for your forex trading."입니다.

확장 프로그램 스크린샷

screenshot

Economic Calendar, Market & News 확장 프로그램 CRX 파일 다운로드

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

확장 프로그램 사용 설명서

                        The Myfxbook extension will give you immediate and free(!) access to the best in the industry forex tools to help you trade and make informed decisions:

Economic calendar - a real-time economic calendar covering over 1000 economic events with complete history.

Forex Sentiment - access the largest database of forex sentiment constructed from millions of forex traders.

Forex news - view in real-time forex news that are relevant for your forex trading.

Forex calculators - use our forex calculators to quickly estimate, simulate, calculate and plan your trading plan using the different calculators: Currency Converter, Position Size, Pip value, Margin, Fibonacci, Pivot Points, Risk of Ruin, Compounding, Drawdown, Leverage, Profit and Rebate (Cashback).                    

확장 프로그램 기본 정보

이름 Economic Calendar, Market & News Economic Calendar, Market & News
ID feclmkildkjpmmmleiafjpedhefnbbif
공식 URL https://chromewebstore.google.com/detail/economic-calendar-market/feclmkildkjpmmmleiafjpedhefnbbif
설명 Economic calendar, forex news, forex calculators and other tools for your forex trading.
파일 크기 2.34 MB
설치 횟수 24,671
현재 버전 1.6.6
최근 업데이트 2023-10-13
출시 날짜 2021-06-23
평점 4.88/5 총 173 개의 평점
개발자 https://www.myfxbook.com
결제 유형 free
도움말 페이지 URL https://www.myfxbook.com/contact
개인정보 보호 정책 페이지 URL https://www.myfxbook.com/privacy
지원되는 언어 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "Economic Calendar, Market & News",
    "short_name": "Myfxbook",
    "description": "Economic calendar, forex news, forex calculators and other tools for your forex trading.",
    "action": {
        "default_popup": "index.html"
    },
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "run_at": "document_idle",
            "js": [
                "content\/content.js"
            ],
            "css": [
                "content\/notification-container.css"
            ]
        }
    ],
    "background": {
        "service_worker": "background.js",
        "type": "module"
    },
    "icons": {
        "16": "img\/logo16.png",
        "32": "img\/logo32.png",
        "48": "img\/logo48.png",
        "64": "img\/logo64.png",
        "128": "img\/logo128.png"
    },
    "permissions": [
        "alarms",
        "cookies"
    ],
    "web_accessible_resources": [
        {
            "resources": [
                "css\/fonts\/*",
                "webfonts\/*",
                "img\/flag-icon-sprite.webp"
            ],
            "matches": [
                ""
            ]
        }
    ],
    "homepage_url": "https:\/\/myfxbook.com",
    "host_permissions": [
        "https:\/\/*.myfxbook.com\/*"
    ],
    "version": "1.6.6"
}