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 |
| 电子邮箱 | [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"
} | |