Risk.net

Risk.net is the world's leading source of exclusive, in-depth news and analysis on risk management, derivatives and complex finance.

O que é Risk.net?

Risk.net é uma extensão do Chrome desenvolvida por https://www.risk.net, e sua principal característica é "Risk.net is the world's leading source of exclusive, in-depth news and analysis on risk management, derivatives and complex finance.".

Capturas de Tela da Extensão

screenshot
screenshot

Baixar o arquivo CRX da Extensão Risk.net

Baixe arquivos de extensão Risk.net no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.

Instruções de Uso da Extensão

                        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                    

Informações Básicas da Extensão

Nome Risk.net Risk.net
ID gkjjdmimfhbfimkafdplimhjachloodg
URL Oficial https://chromewebstore.google.com/detail/risknet/gkjjdmimfhbfimkafdplimhjachloodg
Descrição Risk.net is the world's leading source of exclusive, in-depth news and analysis on risk management, derivatives and complex finance.
Tamanho do Arquivo 1.13 MB
Contagem de Instalações 55
Versão Atual 2.0.8
Última Atualização 2016-10-20
Data de Publicação 2016-10-19
Classificação 5.00/5 Total de 2 Avaliações
Desenvolvedor https://www.risk.net
Tipo de Pagamento free
Site da Extensão http://www.risk.net
URL da Página de Política de Privacidade http://www.incisivemedia.com/privacy-policy
Idiomas Suportados 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"
    ]
}