Atomic Trade Insights

Atomic Trade inights for Robinhood traders

Atomic Trade Insights क्या है?

Atomic Trade Insights Atomic Trade Insights द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Atomic Trade inights for Robinhood traders"।

एक्सटेंशन स्क्रीनशॉट्स

screenshot
screenshot

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में Atomic Trade Insights एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।

एक्सटेंशन उपयोग निर्देश

                        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 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\/*"
    ]
}