EODHD Ticker Prices Stock Crypto Market FOREX

Extension provides data via WebSockets on US exchanges, FOREX and cryptocurrencies

EODHD Ticker Prices Stock Crypto Market FOREX란 무엇입니까?

EODHD Ticker Prices Stock Crypto Market FOREX은(는) EODHD APIs에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Extension provides data via WebSockets on US exchanges, FOREX and cryptocurrencies"입니다.

확장 프로그램 스크린샷

screenshot
screenshot
screenshot

EODHD Ticker Prices Stock Crypto Market FOREX 확장 프로그램 CRX 파일 다운로드

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

확장 프로그램 사용 설명서

                        EODHD Real-Time Stocks Prices Data Bar and Crypto Currency Convertor Chrome Extension 

With our extension you'll be able to track Real-Time prices for: 
Stocks 
Forex Pairs 
Cryptocurrencies 

To get full coverage of 150,000+ tickers | 20000+ ETFs | 600+ indices | 1100+ forex pairs | 120+ CRYPTO pairs, in just a few clicks from 70+ Exchanges all around the world, you should subscribe to the EOD Historical Data service and get your personal API key. 
➡️ https://eodhd.com 
 
Explore the full documentation to learn more about all available symbols, exchanges, and API methods. 
➡️ https://eodhd.com/financial-apis 

Steps To Install The Extension: 
1. Click the extension icon in the browser toolbar. 
2. After installation, choose the newly added extension. 
3. In the extension window, click the gear icon. 
4. Select "Settings" to customize your preferences. 

Easy Navigation: 
If you don’t have an EODHD account, click the “register” link on the page to access the respective website. 
Complete your registration on the site and return back. 
Enter your API key in the field or use the provided DEMO key. 

Setting Up Displayed Tickers: 
Access extension settings by clicking the gear icon in the extension window. 
In the "Ticker List" section, choose tickers for the auxiliary window. 
Save your selections by clicking "Save". 

Personalize with Colors: 
Customize Colors: Choose a color scheme for a unique look. 
Easy Process: Access settings, pick preferred colors. 
Showcase Your Style: Create an extension that reflects your personality and individuality. 

Custom Widget and Currency Choice: 
Interactive Display: Access crucial data through a personalized widget on your desktop. 
Currency Customization: Choose your preferred currency for the widget display, ensuring instant access to the latest information.
Real-Time Updates: The widget will auto-refresh, delivering up-to-the-minute exchange rates and essential data. 

Finalizing Setup and Saving: 
Save Your Preferences: After making your selections, ensure to save by clicking the "Save" icon.

Ready to Go: Now you can enjoy the extension with your customized settings all set.

Live Support: Got questions? Feel free to reach out anytime.                    

확장 프로그램 기본 정보

이름 EODHD Ticker Prices Stock Crypto Market FOREX EODHD Ticker Prices Stock Crypto Market FOREX
ID kgnlncdmcpebnpigmbggeloheigdlboe
공식 URL https://chromewebstore.google.com/detail/eodhd-ticker-prices-stock/kgnlncdmcpebnpigmbggeloheigdlboe
설명 Extension provides data via WebSockets on US exchanges, FOREX and cryptocurrencies
파일 크기 511 KB
설치 횟수 53
현재 버전 2.1.6
최근 업데이트 2024-01-22
출시 날짜 2022-12-08
평점 5.00/5 총 6 개의 평점
개발자 EODHD APIs
이메일 [email protected]
결제 유형 free
확장 프로그램 웹 사이트 https://eodhd.com/financial-apis/real-time-stocks-prices-data-bar-and-crypto-currency-converter-chrome-extension/
도움말 페이지 URL https://eodhd.com/financial-apis/real-time-stocks-prices-data-bar-and-crypto-currency-converter-chrome-extension/
개인정보 보호 정책 페이지 URL https://eodhistoricaldata.com/financial-apis/privacy-policy
지원되는 언어 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "EODHD Ticker Prices Stock Crypto Market FOREX",
    "description": "Extension provides data via WebSockets on US exchanges, FOREX and cryptocurrencies",
    "version": "2.1.6",
    "manifest_version": 3,
    "minimum_chrome_version": "88.0",
    "devtools_page": "devtools.html",
    "background": {
        "service_worker": "background.js",
        "type": "module"
    },
    "permissions": [
        "storage",
        "scripting",
        "tabs"
    ],
    "host_permissions": [
        "*:\/\/*\/*"
    ],
    "web_accessible_resources": [
        {
            "resources": [
                "fonts\/*.ttf"
            ],
            "matches": [
                ""
            ]
        }
    ],
    "action": {
        "default_popup": "popup.html"
    },
    "icons": {
        "16": "\/eod_icon_16.png",
        "32": "\/eod_icon_32.png",
        "48": "\/eod_icon_48.png",
        "128": "\/eod_icon_128.png"
    },
    "options_page": "options.html"
}