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」です。
拡張機能のスクリーンショット
Atomic Trade Insights拡張機能のCRXファイルをダウンロード
Atomic Trade Insights拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
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 |
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\/*" ] } |