TakeProfit
An extension to show when take profit by eee19#9066 (Special thanks to my brother NinJay #8750)
TakeProfit क्या है?
TakeProfit edeoleo द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "An extension to show when take profit by eee19#9066 (Special thanks to my brother NinJay #8750)"।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में TakeProfit एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।
एक्सटेंशन उपयोग निर्देश
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 |
ईमेल | [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" ] } ] } |