Atomic Trade Insights
Atomic Trade inights for Robinhood traders
What is Atomic Trade Insights?
Atomic Trade Insights is a Chrome extension developed by Atomic Trade Insights, and its main feature is "Atomic Trade inights for Robinhood traders".
Extension Screenshots
Download Atomic Trade Insights Extension CRX File
Download Atomic Trade Insights extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
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.
Extension Basic Information
Name | Atomic Trade Insights |
ID | oeechecmndlmgiopngndagjlodpeoipb |
Official URL | https://chromewebstore.google.com/detail/atomic-trade-insights/oeechecmndlmgiopngndagjlodpeoipb |
Description | Atomic Trade inights for Robinhood traders |
File Size | 211 KB |
Installation Count | 49 |
Current Version | 0.0.1 |
Last Updated | 2019-03-06 |
Publish Date | 2019-03-06 |
Rating | 5.00/5 Total 1 Ratings |
Developer | Atomic Trade Insights |
Payment Type | free |
Extension Website | https://scar-api.hypesteezy.com/terms |
Help Page URL | https://scar-api.hypesteezy.com/terms |
Supported Languages | 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\/*" ] } |