Risk.net
Risk.net is the world's leading source of exclusive, in-depth news and analysis on risk management, derivatives and complex finance.
Was ist Risk.net?
Risk.net ist eine Chrome-Erweiterung, die von https://www.risk.net entwickelt wurde, und ihr Hauptmerkmal ist "Risk.net is the world's leading source of exclusive, in-depth news and analysis on risk management, derivatives and complex finance.".
Erweiterungsscreenshots
Risk.net-Erweiterungs-CRX-Datei herunterladen
Laden Sie Risk.net-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.
Anleitung zur Verwendung der Erweiterung
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
Grundlegende Informationen zur Erweiterung
Name | Risk.net |
ID | gkjjdmimfhbfimkafdplimhjachloodg |
Offizielle URL | https://chromewebstore.google.com/detail/risknet/gkjjdmimfhbfimkafdplimhjachloodg |
Beschreibung | Risk.net is the world's leading source of exclusive, in-depth news and analysis on risk management, derivatives and complex finance. |
Dateigröße | 1.13 MB |
Installationsanzahl | 55 |
Aktuelle Version | 2.0.8 |
Letztes Update | 2016-10-20 |
Veröffentlichungsdatum | 2016-10-19 |
Bewertung | 5.00/5 Insgesamt 2 Bewertungen |
Entwickler | https://www.risk.net |
Zahlungsart | free |
Erweiterungswebsite | http://www.risk.net |
URL der Datenschutzrichtlinien-Seite | http://www.incisivemedia.com/privacy-policy |
Unterstützte Sprachen | 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" ] } |