Atomic Trade Insights

Atomic Trade inights for Robinhood traders

Cos'è Atomic Trade Insights?

Atomic Trade Insights è un'estensione di Chrome sviluppata da Atomic Trade Insights, e la sua funzione principale è "Atomic Trade inights for Robinhood traders".

Screenshot dell'Estensione

screenshot
screenshot

Scarica il file CRX dell'estensione Atomic Trade Insights

Scarica i file di estensione Atomic Trade Insights in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

                        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.                    

Informazioni di Base sull'Estensione

Nome Atomic Trade Insights Atomic Trade Insights
ID oeechecmndlmgiopngndagjlodpeoipb
URL Ufficiale https://chromewebstore.google.com/detail/atomic-trade-insights/oeechecmndlmgiopngndagjlodpeoipb
Descrizione Atomic Trade inights for Robinhood traders
Dimensione del File 211 KB
Conteggio Installazioni 49
Versione Corrente 0.0.1
Ultimo Aggiornamento 2019-03-06
Data di Pubblicazione 2019-03-06
Valutazione 5.00/5 Totale 1 Valutazioni
Sviluppatore Atomic Trade Insights
Tipo di Pagamento free
Sito Web dell'Estensione https://scar-api.hypesteezy.com/terms
URL della Pagina di Aiuto https://scar-api.hypesteezy.com/terms
Lingue Supportate 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\/*"
    ]
}