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 เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://www.risk.net และคุณลักษณะหลักของมันคือ "Risk.net is the world's leading source of exclusive, in-depth news and analysis on risk management, derivatives and complex finance."

ภาพหน้าจอของส่วนขยาย

screenshot
screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Risk.net

ดาวน์โหลดไฟล์ส่วนขยาย 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
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"
    ]
}