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.」です。

拡張機能のスクリーンショット

screenshot
screenshot

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 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"
    ]
}