Atomic Trade Insights
Atomic Trade inights for Robinhood traders
Atomic Trade Insightsคืออะไร?
Atomic Trade Insights เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Atomic Trade Insights และคุณลักษณะหลักของมันคือ "Atomic Trade inights for Robinhood traders"
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Atomic Trade Insights
ดาวน์โหลดไฟล์ส่วนขยาย 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\/*" ] } |