SwissFS Forex Ticker
Use this tool to keep track of up to 24 different cross rates. The chart is easy to read, and updates automatically.
什么是SwissFS Forex Ticker?
SwissFS Forex Ticker是由https://swissfs.sa.com开发的Chrome扩展程序,该扩展的主要功能是“Use this tool to keep track of up to 24 different cross rates. The chart is easy to read, and updates automatically.”。
扩展截图
下载SwissFS Forex Ticker扩展crx文件
下载SwissFS Forex Ticker扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
SwissFS(Swiss International financial services) Swiss International is a financial services company that facilitates the entire process of participating in global financial markets. Being an Integrated Service Provider we cover the entire process from "Research and Advisory" services to the ultimate "Execution and Clearing" of a transaction. To offer world-class quality in all the services we provide, we have worked hard to put together a highly qualified team of professionals. From the most junior marketing executive to the senior management. A cosmopolitan culture consisting of people from various cultural, social and professional backgrounds allows us to interact with and accommodate effectively clients with differing backgrounds and expectations. Some of the most respected and highly renowned names in the country provide the backing and support to our company, which lends us the highest level of recognition socially and professionally.
扩展基本信息
名称 | SwissFS Forex Ticker |
ID | fhnfgmkpnhngjaommegefeinppkcdgoa |
官方URL | https://chromewebstore.google.com/detail/swissfs-forex-ticker/fhnfgmkpnhngjaommegefeinppkcdgoa |
简介 | Use this tool to keep track of up to 24 different cross rates. The chart is easy to read, and updates automatically. |
文件大小 | 109 KB |
安装次数 | 39 |
当前版本 | 1.0 |
更新时间 | 2017-07-15 |
上架时间 | 2017-07-15 |
评分 | 5.00/5 共2次评分 |
开发者 | https://swissfs.sa.com |
电子邮箱 | [email protected] |
付费类型 | free |
隐私政策页面URL | https://swissfs.sa.com/en/disclosure |
支持的语言 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "SwissFS Forex Ticker", "description": "Use this tool to keep track of up to 24 different cross rates. The chart is easy to read, and updates automatically.", "version": "1.0", "icons": { "128": "icon_128.png", "48": "icon_48.png", "16": "icon_16.png" }, "browser_action": { "default_icon": "icon_16.png", "default_popup": "popup.html" }, "background": { "scripts": [ "background.js" ], "persistent": false }, "content_scripts": [ { "matches": [ "https:\/\/*\/*", "http:\/\/*\/*" ], "js": [ "background.js", "jquery-3.2.1.js", "jquery.marquee.min.js" ], "run_at": "document_end" } ], "permissions": [ "storage", "notifications", "http:\/\/*\/*", "https:\/\/*\/*", "tabs", "https:\/\/swissfs.sa.com\/*" ], "options_page": "options.html" } |