TakeProfit
An extension to show when take profit by eee19#9066 (Special thanks to my brother NinJay #8750)
TakeProfitとは何ですか?
TakeProfitはedeoleoによって開発されたChromeの拡張機能で、その主な機能は「An extension to show when take profit by eee19#9066 (Special thanks to my brother NinJay #8750)」です。
拡張機能のスクリーンショット
TakeProfit拡張機能のCRXファイルをダウンロード
TakeProfit拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
Now you can Calculate what % of your account you can invest in each trade (10% and 20%) Show when you take profit 30%/70%/100% on Robinhood.com and calculate profit % based on price contract move (Options chain https://robinhood.com/options/chains/{ID}) got to any options/chains to see the possible profit go to your options page to see you exit plan when you have contracts in that ticker https://robinhood.com/options/ Video explanation and settings coming soon
拡張機能の基本情報
名前 | TakeProfit |
ID | fnaifallefkhnfppjalkjkeddlbfafpo |
公式URL | https://chromewebstore.google.com/detail/takeprofit/fnaifallefkhnfppjalkjkeddlbfafpo |
説明 | An extension to show when take profit by eee19#9066 (Special thanks to my brother NinJay #8750) |
ファイルサイズ | 369 KB |
インストール数 | 103 |
現在のバージョン | 0.7 |
最終更新日 | 2022-03-15 |
公開日 | 2021-01-11 |
評価 | 5.00/5 合計 1 レビュー |
開発者 | edeoleo |
Eメール | [email protected] |
支払い方法 | free |
対応言語 | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "TakeProfit", "version": "0.7", "description": "An extension to show when take profit by eee19#9066 (Special thanks to my brother NinJay\n#8750)", "manifest_version": 2, "permissions": [ "https:\/\/robinhood.com\/*" ], "browser_action": { "default_popup": "popup.html", "default_icon": { "16": "images\/Icon-16.png", "32": "images\/Icon-32.png", "48": "images\/Icon-48.png", "128": "images\/Icon-128.png" } }, "icons": { "16": "images\/Icon-16.png", "32": "images\/Icon-32.png", "48": "images\/Icon-48.png", "128": "images\/Icon-128.png" }, "content_scripts": [ { "matches": [ "https:\/\/robinhood.com\/*" ], "js": [ "js\/popup.js" ] } ] } |