Atomic Trade Insights

Atomic Trade inights for Robinhood traders

Wat is Atomic Trade Insights?

Atomic Trade Insights is een Chrome-extensie ontwikkeld door Atomic Trade Insights, en de belangrijkste functie is "Atomic Trade inights for Robinhood traders".

Extensie Screenshots

screenshot
screenshot

Download het CRX-bestand van de extensie Atomic Trade Insights

Download Atomic Trade Insights-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

                        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.                    

Basisinformatie over de Extensie

Naam Atomic Trade Insights Atomic Trade Insights
ID oeechecmndlmgiopngndagjlodpeoipb
Officiële URL https://chromewebstore.google.com/detail/atomic-trade-insights/oeechecmndlmgiopngndagjlodpeoipb
Beschrijving Atomic Trade inights for Robinhood traders
Bestandsgrootte 211 KB
Aantal Installaties 49
Huidige Versie 0.0.1
Laatst Bijgewerkt 2019-03-06
Publicatiedatum 2019-03-06
Beoordeling 5.00/5 Totaal 1 Beoordelingen
Ontwikkelaar Atomic Trade Insights
Betalingswijze free
Extensiewebsite https://scar-api.hypesteezy.com/terms
Help Pagina-URL https://scar-api.hypesteezy.com/terms
Ondersteunde Talen 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\/*"
    ]
}