Atomic Trade Insights

Atomic Trade inights for Robinhood traders

什麼是Atomic Trade Insights?

Atomic Trade Insights是由Atomic Trade Insights開發的Chrome擴展程式,該擴展的主要功能是“Atomic Trade inights for Robinhood traders”。

擴展截圖

screenshot
screenshot

下載Atomic Trade Insights擴展crx文件

下載Atomic Trade Insights擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。

擴展使用說明

                        View the Profit & Loss for each trade you make on the RobinHood trading platform. 

Each trade is analyzed and calculated to get the exact profit or loss, click on the trade log to see the entries and exits for each trade.                    

擴展基本資訊

名稱 Atomic Trade Insights Atomic Trade Insights
ID oeechecmndlmgiopngndagjlodpeoipb
官方網址 https://chromewebstore.google.com/detail/atomic-trade-insights/oeechecmndlmgiopngndagjlodpeoipb
簡介 Atomic Trade inights for Robinhood traders
檔案大小 211 KB
安裝次數 49
目前版本 0.0.1
更新時間 2019-03-06
上架時間 2019-03-06
評分 5.00/5 共 1 次評分
開發者 Atomic Trade Insights
付費類型 free
擴展官網 https://scar-api.hypesteezy.com/terms
說明頁面URL https://scar-api.hypesteezy.com/terms
支援的語言 en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Atomic Trade Insights",
    "version": "0.0.1",
    "description": "Atomic Trade inights for Robinhood traders",
    "icons": {
        "16": "16x16.png",
        "48": "48x48.png",
        "128": "128x128.png"
    },
    "browser_action": {
        "default_title": "Atomic Trade Insights",
        "default_popup": "popup.html"
    },
    "content_scripts": [
        {
            "matches": [
                "https:\/\/robinhood.com\/*"
            ],
            "js": [
                "in-content.js"
            ]
        }
    ],
    "background": {
        "scripts": [
            "background.js"
        ],
        "persistent": false
    },
    "content_security_policy": "script-src 'self' 'unsafe-eval'; object-src 'self'; img-src * data: 'self' 'unsafe-eval'",
    "offline_enabled": true,
    "permissions": [
        "https:\/\/robinhood.com\/*"
    ]
}