Algosys Tradingview Extention

Send automated & Manual Alerts to ALGOSYS

Algosys Tradingview Extention क्या है?

Algosys Tradingview Extention tv.algosys द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Send automated & Manual Alerts to ALGOSYS"।

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

screenshot

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

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

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

                        This is a TradingView extension to Automate any strategy & send alerts to ALGOSYS. Using this extension can place order directly from the TradingView chart to your favourite broker using manual BUY SELL SHORT COVER buttons. This Algosys TradingView Extention can also work with the free version of TradingView too.

For more details visit https://algosys.co.in or send mail to [email protected]                    

एक्सटेंशन की मूल जानकारी

नाम Algosys Tradingview Extention Algosys Tradingview Extention
ID jgfjokjonbleipmcgjddnolficccbmcj
आधिकारिक URL https://chromewebstore.google.com/detail/algosys-tradingview-exten/jgfjokjonbleipmcgjddnolficccbmcj
विवरण Send automated & Manual Alerts to ALGOSYS
फ़ाइल का आकार 138 KB
स्थापना संख्या 71
वर्तमान संस्करण 1.2
अंतिम अपडेट 2022-07-09
प्रकाशन तिथि 2022-07-09
रेटिंग 5.00/5 कुल 2 रेटिंग्स
डेवलपर tv.algosys
ईमेल [email protected]
भुगतान के प्रकार free
एक्सटेंशन वेबसाइट https://algosys.co.in
सहायता पृष्ठ URL https://api.whatsapp.com/send/?phone=919903862980&text=TV
समर्थित भाषाएँ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "Algosys Tradingview Extention",
    "description": "Send automated & Manual Alerts to ALGOSYS",
    "version": "1.2",
    "content_scripts": [
        {
            "matches": [
                "*:\/\/*.tradingview.com\/*"
            ],
            "all_frames": true,
            "js": [
                "content.js",
                "jquery.min.js"
            ],
            "css": [
                "button.css"
            ]
        }
    ],
    "action": {
        "default_icon": "128.png",
        "default_title": "Algosys Extn",
        "default_popup": "popup.html"
    },
    "background": {
        "service_worker": "background.js",
        "type": "module"
    },
    "permissions": [
        "webNavigation",
        "tabs",
        "declarativeContent",
        "storage"
    ],
    "host_permissions": [
        "https:\/\/trade.algosys.co.in\/*"
    ],
    "externally_connectable": {
        "matches": [
            "*:\/\/*.tradingview.com\/*"
        ]
    },
    "icons": {
        "48": "48.png",
        "128": "128.png"
    }
}