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 |
| 官方網址 | 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 |
| 電子郵箱 | [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"
} | |