FXStreet - The Foreign Exchange Market
Economic Calendar, Forex Analysis, Trading Positions and Currency Trading News by FXStreet
FXStreet - The Foreign Exchange Marketとは何ですか?
FXStreet - The Foreign Exchange Marketはfxstreetによって開発されたChromeの拡張機能で、その主な機能は「Economic Calendar, Forex Analysis, Trading Positions and Currency Trading News by FXStreet」です。
拡張機能のスクリーンショット
FXStreet - The Foreign Exchange Market拡張機能のCRXファイルをダウンロード
FXStreet - The Foreign Exchange Market拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
FXStreet is a leading source for reliable news and real time Forex analysis. FXStreet offers real-time exchange rates, charts and an economic calendar. 拡張機能の基本情報
| 名前 | |
| ID | ibbcojjolkfhjaecoicbmnokmbcaaigi |
| 公式URL | https://chromewebstore.google.com/detail/fxstreet-the-foreign-exch/ibbcojjolkfhjaecoicbmnokmbcaaigi |
| 説明 | Economic Calendar, Forex Analysis, Trading Positions and Currency Trading News by FXStreet |
| ファイルサイズ | 23.96 KB |
| インストール数 | 2,829 |
| 現在のバージョン | 2.0.8 |
| 最終更新日 | 2018-10-08 |
| 公開日 | 2018-10-08 |
| 評価 | 4.67/5 合計 30 レビュー |
| 開発者 | fxstreet |
| Eメール | [email protected] |
| 支払い方法 | free |
| 拡張機能のウェブサイト | https://www.fxstreet.com/ |
| 対応言語 | en |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"manifest_version": 2,
"name": "FXStreet - The Foreign Exchange Market",
"description": "Economic Calendar, Forex Analysis, Trading Positions and Currency Trading News by FXStreet",
"version": "2.0.8",
"background": {
"persistent": false,
"page": "background.html"
},
"browser_action": {
"default_icon": "icon16.png",
"default_popup": "popup.html",
"default_title": "FXStreet"
},
"icons": {
"16": "icon16.png",
"48": "icon48.png",
"128": "icon128.png"
},
"content_security_policy": "script-src 'self' https:\/\/calendar.fxstreet.com https:\/\/httppush.fxstreet.com https:\/\/authorization.fxstreet.com https:\/\/staticcontent.fxstreet.com https:\/\/staticconent.blob.core.windows.net https:\/\/ssl.google-analytics.com; object-src 'self'",
"permissions": [
"activeTab",
"http:\/\/*\/*",
"https:\/\/*\/*",
"notifications",
"background",
"alarms"
],
"homepage_url": "https:\/\/www.fxstreet.com",
"short_name": "fxstreet.com"
} | |