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
官方網址 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"
    ]
}