Risk.net

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

Qu'est-ce que Risk.net ?

Risk.net est une extension Chrome développée par https://www.risk.net, et sa fonction principale est "Risk.net is the world's leading source of exclusive, in-depth news and analysis on risk management, derivatives and complex finance.".

Captures d'Écran de l'Extension

screenshot
screenshot

Télécharger le fichier CRX de l'extension Risk.net

Téléchargez les fichiers d'extension Risk.net au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

                        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                    

Informations de Base sur l'Extension

Nom Risk.net Risk.net
ID gkjjdmimfhbfimkafdplimhjachloodg
URL Officiel https://chromewebstore.google.com/detail/risknet/gkjjdmimfhbfimkafdplimhjachloodg
Description Risk.net is the world's leading source of exclusive, in-depth news and analysis on risk management, derivatives and complex finance.
Taille du Fichier 1.13 MB
Nombre d'Installations 55
Version Actuelle 2.0.8
Dernière Mise à Jour 2016-10-20
Date de Publication 2016-10-19
Évaluation 5.00/5 Total 2 Évaluations
Développeur https://www.risk.net
Type de Paiement free
Site Web de l'Extension http://www.risk.net
URL de la Page de Politique de Confidentialité http://www.incisivemedia.com/privacy-policy
Langues Prises en Charge 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"
    ]
}