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

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

확장 프로그램 사용 설명서

                        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
공식 URL 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\/*"
    ]
}