QSN Risk Manager

Autonomous risk management and trading system for Bitcoin.

Что такое QSN Risk Manager?

QSN Risk Manager - это расширение Chrome, разработанное https://quantsig.net, и его основная функция - "Autonomous risk management and trading system for Bitcoin.".

Снимки экрана расширения

screenshot

Скачать файл CRX расширения QSN Risk Manager

Скачайте файлы расширений QSN Risk Manager в формате crx, установите расширения Chrome вручную в браузере или поделитесь файлами crx с друзьями, чтобы легко установить расширения Chrome.

Инструкции по использованию расширения

                        QSN Risk Manager (QRM) manages a portfolio of Bitcoin and Fiat currencies. It utilizes QSN Model data as feed input to a user defined risk and trading profile in order to proactively manage Bitcoin exposure in real time. QRM provides a number of advanced features such as market and model analysis, real-time trading, live charts, access to the QSN BBS, profile editing/import/export, and reporting features such as data extraction.

A valid QSN account with a current data subscription is required in order to use QRM. To sign up and receive 1 month data subscription at no cost, please visit us at https://www.quantsig.net.                    

Основная информация о расширении

Название QSN Risk Manager QSN Risk Manager
ID mglbmemgcelnflklejcakacecblddgga
Официальный URL https://chromewebstore.google.com/detail/qsn-risk-manager/mglbmemgcelnflklejcakacecblddgga
Описание Autonomous risk management and trading system for Bitcoin.
Размер файла 211 KB
Количество установок 24
Текущая Версия 0.9.23
Последнее Обновление 2014-01-06
Дата публикации 2014-01-06
Рейтинг 5.00/5 Всего 2 оценок
Разработчик https://quantsig.net
Тип оплаты free
URL страницы помощи http://www.quantsig.net/quickdoc/qrm/
Поддерживаемые языки en-US
manifest.json
{
    "background": {
        "scripts": [
            "lib\/background.js"
        ]
    },
    "browser_action": {
        "default_icon": "img\/icon_neutral_32.gif",
        "default_popup": "popup.html"
    },
    "icons": {
        "128": "img\/icon_128.gif"
    },
    "description": "Autonomous risk management and trading system for Bitcoin.",
    "manifest_version": 2,
    "name": "QSN Risk Manager",
    "short_name": "QRM",
    "options_page": "options.html",
    "permissions": [
        "unlimitedStorage",
        "*:\/\/mtgox.com\/",
        "*:\/\/*.mtgox.com\/",
        "https:\/\/*.quantsig.net\/"
    ],
    "update_url": "http:\/\/clients2.google.com\/service\/update2\/crx",
    "version": "0.9.23"
}