Risk.net
Risk.net is the world's leading source of exclusive, in-depth news and analysis on risk management, derivatives and complex finance.
什么是Risk.net?
Risk.net是由https://www.risk.net开发的Chrome扩展程序,该扩展的主要功能是“Risk.net is the world's leading source of exclusive, in-depth news and analysis on risk management, derivatives and complex finance.”。
扩展截图
下载Risk.net扩展crx文件
下载Risk.net扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
This extension lets you choose what sort of content you are interested in, and alerts you when a new article within those areas is published. Featuring: - Alerts for new articles - Customise your news feed by topic - Regular updates - Social sharing via Twitter, Facebook, Google+ and LinkedIn
扩展基本信息
名称 | Risk.net |
ID | gkjjdmimfhbfimkafdplimhjachloodg |
官方URL | https://chromewebstore.google.com/detail/risknet/gkjjdmimfhbfimkafdplimhjachloodg |
简介 | Risk.net is the world's leading source of exclusive, in-depth news and analysis on risk management, derivatives and complex finance. |
文件大小 | 1.13 MB |
安装次数 | 55 |
当前版本 | 2.0.8 |
更新时间 | 2016-10-20 |
上架时间 | 2016-10-19 |
评分 | 5.00/5 共2次评分 |
开发者 | https://www.risk.net |
付费类型 | free |
扩展官网 | http://www.risk.net |
隐私政策页面URL | http://www.incisivemedia.com/privacy-policy |
支持的语言 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Risk.net", "description": "Risk.net is the world's leading source of exclusive, in-depth news and analysis on risk management, derivatives and complex finance.", "browser_action": { "default_title": "Risk.net", "default_popup": "index.html", "default_icon": { "19": "partner\/img\/19.png", "38": "partner\/img\/38.png" } }, "version": "2.0.8", "manifest_version": 2, "icons": { "48": "partner\/img\/48.png", "128": "partner\/img\/128.png" }, "background": { "scripts": [ "app\/requirejs-config.js", "bower_components\/requirejs\/require.js", "app\/background-main.js" ], "persistent": false }, "content_security_policy": "script-src 'self' https:\/\/ajax.googleapis.com https:\/\/currently-feeds.storage.googleapis.com https:\/\/assets.incisivemedia.com\/ https:\/\/currently-advertising.storage.googleapis.com; object-src 'self'", "permissions": [ "alarms", "storage", "notifications" ] } |