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 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

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