RoboTV

Automação de trade utilizando o alerta do TradingView.

RoboTV là gì?

RoboTV là một tiện ích mở rộng Chrome được phát triển bởi Maike Silva, và tính năng chính của nó là "Automação de trade utilizando o alerta do TradingView.".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot
screenshot

Tải xuống tệp CRX của tiện ích mở rộng RoboTV

Tải xuống các tệp mở rộng RoboTV dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        O Robô TradingView veio para você que é investidor e utiliza a plataforma TradingView. Com esta extensão é possível construir um robô que execute ordens a partir de suas estratégias e alertas criadas na plataforma.

Aproveite :)                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên RoboTV RoboTV
ID aonfhichhonpeeiphcofoaljifgofjbm
URL Chính Thức https://chromewebstore.google.com/detail/robotv/aonfhichhonpeeiphcofoaljifgofjbm
Mô tả Automação de trade utilizando o alerta do TradingView.
Kích Thước Tệp 942 KB
Số Lần Cài Đặt 45
Phiên Bản Hiện Tại 1.3
Cập Nhật Lần Cuối 2018-08-07
Ngày Phát Hành 2018-08-07
Đánh Giá 5.00/5 Tổng số 1 Đánh Giá
Nhà Phát Triển Maike Silva
Email [email protected]
Loại Thanh Toán free
Ngôn Ngữ Được Hỗ Trợ pt-BR
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "author": "Maike Silva",
    "background": {
        "persistent": true,
        "scripts": [
            "js\/jssha.js",
            "js\/analytics.js",
            "js\/bignumber.min.js",
            "js\/buy.js",
            "js\/functions.js",
            "js\/delegate.js",
            "js\/md5.js",
            "js\/Alert.js",
            "js\/Cache.js",
            "js\/Command.js",
            "js\/Exchange.js",
            "js\/NumberObject.js",
            "js\/Permissions.js",
            "js\/Request.js",
            "js\/Storage.js",
            "js\/StorageInternal.js",
            "js\/TradingView.js",
            "js\/TradingViewListener.js",
            "js\/Modal.js",
            "js\/Binance.js",
            "js\/GDAX.js",
            "js\/Broker.js",
            "background.js"
        ]
    },
    "browser_action": {
        "default_icon": {
            "19": "img\/icons\/19.png"
        },
        "default_popup": "popup.html",
        "default_title": "RoboTV"
    },
    "content_security_policy": "script-src 'self' https:\/\/www.gstatic.com\/ https:\/\/*.firebaseio.com https:\/\/www.googleapis.com https:\/\/www.google-analytics.com; object-src 'self'",
    "oauth2": {
        "client_id": "1076760914901-3f978a30vh3jm95evucq02fpc0b0tes4.apps.googleusercontent.com",
        "scopes": [
            "https:\/\/www.googleapis.com\/auth\/userinfo.email",
            "https:\/\/www.googleapis.com\/auth\/userinfo.profile"
        ]
    },
    "content_scripts": [
        {
            "js": [
                "js\/functions.js",
                "content.js"
            ],
            "matches": [
                "https:\/\/*.tradingview.com\/*"
            ],
            "run_at": "document_start"
        }
    ],
    "description": "Automa\u00e7\u00e3o de trade utilizando o alerta do TradingView.",
    "icons": {
        "19": "img\/icons\/19.png"
    },
    "manifest_version": 2,
    "key": "MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEAgI8+R4SFPIeRunAr5LPFPKIJU\/TTxrtoCK2zmbHkPCba3QyqDUz3213j+U7UjOi0GcUezHITgOxr2KutX7kO1Tn11F0oyh33jSiY7tpuyyz16G4c5hmUrZPJup8kGJVUGJ0JB7DVhwQAMJbUZfwsJygSX+0\/n5gmM+Xt3+sIqair28kfPbtu4FOOzPr5ztmtBGhQJLkZAESVdVp6z\/+3O9ofWn3a6BDr60DjW5XWwYMFb4ExQs4l5l\/lz9+gAIIv1mOUQ14Skhwyn5URSCbguPB\/ZSM771im\/j2cMJEVB6ppQTrTgKa9X47NuB+ESbyRZObRC9RQLZ4agRw+RZ8TMwIDAQAB",
    "minimum_chrome_version": "45.0",
    "name": "RoboTV",
    "optional_permissions": [
        "clipboardWrite",
        "webRequest",
        "webRequestBlocking",
        "https:\/\/*.1broker.com\/*",
        "https:\/\/*.binance.com\/*",
        "https:\/\/*.bitfinex.com\/*",
        "https:\/\/*.bitmex.com\/*",
        "https:\/\/*.bittrex.com\/*",
        "https:\/\/*.gdax.com\/*",
        "https:\/\/*.kraken.com\/*",
        "https:\/\/*.kucoin.com\/*",
        "https:\/\/*.okcoin.com\/*",
        "https:\/\/*.okex.com\/*",
        "https:\/\/*.poloniex.com\/*"
    ],
    "options_page": "options.html",
    "permissions": [
        "identity",
        "identity.email",
        "storage",
        "https:\/\/*.tradingview.com\/*"
    ],
    "short_name": "RoboTV",
    "version": "1.3",
    "web_accessible_resources": [
        "js\/analytics.js",
        "js\/functions.js",
        "js\/AutoviewClass.js",
        "content_helper.js"
    ]
}