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 เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://www.myfxbook.com และคุณลักษณะหลักของมันคือ "Economic calendar, forex news, forex calculators and other tools for your forex trading."

ภาพหน้าจอของส่วนขยาย

screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Economic Calendar, Market & News

ดาวน์โหลดไฟล์ส่วนขยาย Economic Calendar, Market & News ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

คำแนะนำในการใช้ส่วนขยาย

                        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"
}