Atomic Trade Insights
Atomic Trade inights for Robinhood traders
Qu'est-ce que Atomic Trade Insights ?
Atomic Trade Insights est une extension Chrome développée par Atomic Trade Insights, et sa fonction principale est "Atomic Trade inights for Robinhood traders".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension Atomic Trade Insights
Téléchargez les fichiers d'extension Atomic Trade Insights au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.
Instructions d'Utilisation de l'Extension
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.
Informations de Base sur l'Extension
Nom | Atomic Trade Insights |
ID | oeechecmndlmgiopngndagjlodpeoipb |
URL Officiel | https://chromewebstore.google.com/detail/atomic-trade-insights/oeechecmndlmgiopngndagjlodpeoipb |
Description | Atomic Trade inights for Robinhood traders |
Taille du Fichier | 211 KB |
Nombre d'Installations | 49 |
Version Actuelle | 0.0.1 |
Dernière Mise à Jour | 2019-03-06 |
Date de Publication | 2019-03-06 |
Évaluation | 5.00/5 Total 1 Évaluations |
Développeur | Atomic Trade Insights |
Type de Paiement | free |
Site Web de l'Extension | https://scar-api.hypesteezy.com/terms |
URL de la Page d'Aide | https://scar-api.hypesteezy.com/terms |
Langues Prises en Charge | 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\/*" ] } |