Autoview

Automate your trades with TradingView alerts

Autoview là gì?

Autoview là một tiện ích mở rộng Chrome được phát triển bởi https://autoview.com, và tính năng chính của nó là "Automate your trades with TradingView alerts".

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

screenshot
screenshot
screenshot

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

Tải xuống các tệp mở rộng Autoview 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

                        Bring your trading to next level by connecting your favourite exchanges to TradingView.
By utilizing TradingView's Alert messages, you will be able to execute trades in real-time. Bringing your market analysis and profits together.

This extension uses affiliate programs, which means we earn a small commission at no extra cost to you when you trade through a broker provided by our extension.

For the best support, please create a support ticket: [email protected]
You may also visit our Discord server: https://discord.gg/autoview

Exporting and importing credentials allows for ease of backing up and recovery.

For the complete change log, please refer to Autoview's Options page.

Syntax Builder can be found in Autoview's Options page (using "Change Settings" in the Autoview popup or on your Chrome Extensions page).
The Alert Syntax is also available on our website: https://autoview.com/syntax/                    

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

Tên Autoview Autoview
ID okdhadoplaoehmeldlpakhpekjcpljmb
URL Chính Thức https://chromewebstore.google.com/detail/autoview/okdhadoplaoehmeldlpakhpekjcpljmb
Mô tả Automate your trades with TradingView alerts
Kích Thước Tệp 573 KB
Số Lần Cài Đặt 10,000
Phiên Bản Hiện Tại 6.116.0
Cập Nhật Lần Cuối 2024-03-07
Ngày Phát Hành 2020-06-25
Đánh Giá 4.00/5 Tổng số 80 Đánh Giá
Nhà Phát Triển https://autoview.com
Email [email protected]
Loại Thanh Toán in_app
Trang Web Mở Rộng https://autoview.com/
URL Trang Trợ Giúp https://use.autoview.com/
URL Trang Chính Sách Bảo Mật https://autoview.com/privacy-policy
Ngôn Ngữ Được Hỗ Trợ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "author": "Autoview Extension Inc.",
    "background": {
        "persistent": true,
        "scripts": [
            "js\/bignumber.min.js",
            "js\/buffer.min.js",
            "js\/asn1.min.js",
            "js\/crypto-js.js",
            "js\/analytics.js",
            "js\/functions.js",
            "js\/delegate.js",
            "js\/Alert.js",
            "js\/Command.js",
            "js\/FormulaParser.js",
            "js\/Equation.js",
            "js\/Events.js",
            "js\/Exchange.js",
            "js\/JWT.js",
            "js\/Logger.js",
            "js\/NumberObject.js",
            "js\/NumberFraction.js",
            "js\/Packages.js",
            "js\/Permissions.js",
            "js\/Request.js",
            "js\/Replacements.js",
            "js\/Socket.js",
            "js\/Storage.js",
            "js\/StorageInternal.js",
            "js\/TradingView.js",
            "js\/Verbose.js",
            "js\/Alpaca.js",
            "js\/AlpacaPaper.js",
            "js\/AscendEX.js",
            "js\/AscendEXFutures.js",
            "js\/AscendEXSandbox.js",
            "js\/Binance.js",
            "js\/BinanceDelivery.js",
            "js\/BinanceDeliveryTestnet.js",
            "js\/BinanceFutures.js",
            "js\/BinanceFuturesTestnet.js",
            "js\/BinanceUS.js",
            "js\/Bitfinex.js",
            "js\/Bitfinexv2.js",
            "js\/Bitget.js",
            "js\/BitgetMix.js",
            "js\/BitgetMixCopy.js",
            "js\/BitMEX.js",
            "js\/BitMEXTestnet.js",
            "js\/Bittrexv3.js",
            "js\/ByBit.js",
            "js\/ByBitCopy.js",
            "js\/ByBitCopyTestnet.js",
            "js\/ByBitSpot.js",
            "js\/ByBitSpotTestnet.js",
            "js\/ByBitTestnet.js",
            "js\/Capital.js",
            "js\/CapitalDemo.js",
            "js\/CoinbaseAdvanced.js",
            "js\/CoinbasePro.js",
            "js\/CoinbaseProSandbox.js",
            "js\/Delta.js",
            "js\/DeltaTestnet.js",
            "js\/Deribit.js",
            "js\/DeribitTestnet.js",
            "js\/Gate.js",
            "js\/GateFutures.js",
            "js\/GateFuturesTestnet.js",
            "js\/Gemini.js",
            "js\/GeminiSandbox.js",
            "js\/Huobi.js",
            "js\/HuobiFutures.js",
            "js\/HuobiLinear.js",
            "js\/HuobiSwap.js",
            "js\/Kraken.js",
            "js\/KrakenFutures.js",
            "js\/KrakenFuturesDemo.js",
            "js\/Kucoin.js",
            "js\/KucoinFutures.js",
            "js\/OANDA.js",
            "js\/OANDAPractice.js",
            "js\/OKCoin.js",
            "js\/OKEXv5.js",
            "js\/OKEXDemo.js",
            "js\/OKX.js",
            "js\/OKXDemo.js",
            "js\/Poloniex.js",
            "js\/Tradovate.js",
            "js\/TradovateSimulation.js",
            "js\/PWP.js",
            "js\/Broker.js",
            "background.js"
        ]
    },
    "browser_action": {
        "default_icon": {
            "16": "img\/icons\/16.png",
            "24": "img\/icons\/24.png",
            "32": "img\/icons\/32.png"
        },
        "default_popup": "popup.html",
        "default_title": "Autoview"
    },
    "content_security_policy": "script-src 'self'; object-src 'self'",
    "content_scripts": [
        {
            "js": [
                "js\/functions.js",
                "content.js"
            ],
            "matches": [
                "https:\/\/*.tradingview.com\/*"
            ],
            "run_at": "document_start"
        }
    ],
    "description": "Automate your trades with TradingView alerts",
    "icons": {
        "16": "img\/icons\/16.png",
        "48": "img\/icons\/48.png",
        "128": "img\/icons\/128.png"
    },
    "key": "MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEA2xrq0RiT\/UCRmRdKgDF7i8D8ytwJT19UyvDeYTpIv\/4AbTcNyOEV0EY82GCi3ejV+wE0Yo8hpySC9lw07C2Q0AOwbi6PeF\/JXQmM4MNqklx6wvjL2C4mWlCr0Q14YH\/DahPP36Hzxz7AwSsNfmzqRwFA2u74mbdGXxZ4V4UpycYnTnf4V265gXcpUC4vP13tuTgB6xTnGvEQlFItSTud1wHEgSvpR96sNmLEug7xge+t+rnFtGpfiH3sJuZFpX9VipmY3gV5xbvKC5B6BjA4ouuJEqCqf3B3io47Q07aelzPlA+BsLYyAZjL145JidmpIju7oYmFALTG61MHkFt5+wIDAQAB",
    "manifest_version": 2,
    "minimum_chrome_version": "60.0",
    "name": "Autoview",
    "optional_permissions": [
        "downloads",
        "https:\/\/*.alpaca.markets\/*",
        "https:\/\/*.ascendex.com\/*",
        "https:\/\/*.ascendex-sandbox.com\/*",
        "https:\/\/*.backend-capital.com\/*",
        "https:\/\/*.binance.com\/*",
        "https:\/\/*.binance.us\/*",
        "https:\/\/*.binancefuture.com\/*",
        "https:\/\/*.bitfinex.com\/*",
        "https:\/\/*.bitget.com\/*",
        "https:\/\/*.bitmex.com\/*",
        "https:\/\/*.bittrex.com\/*",
        "https:\/\/*.bybit.com\/*",
        "https:\/\/*.coinbase.com\/*",
        "https:\/\/*.pro.coinbase.com\/*",
        "https:\/\/*.delta.exchange\/*",
        "https:\/\/*.deribit.com\/*",
        "https:\/\/*.gateio.ws\/*",
        "https:\/\/*.gemini.com\/*",
        "https:\/\/*.hbdm.com\/*",
        "https:\/\/*.huobi.pro\/*",
        "https:\/\/*.kraken.com\/*",
        "https:\/\/*.kucoin.com\/*",
        "https:\/\/*.oanda.com\/*",
        "https:\/\/*.okcoin.com\/*",
        "https:\/\/*.okex.com\/*",
        "https:\/\/*.okx.com\/*",
        "https:\/\/*.poloniex.com\/*",
        "https:\/\/*.tradovateapi.com\/*"
    ],
    "options_page": "options.html",
    "permissions": [
        "identity",
        "identity.email",
        "storage",
        "unlimitedStorage",
        "webRequest",
        "webRequestBlocking",
        "https:\/\/*.tradingview.com\/*"
    ],
    "short_name": "Autoview",
    "version": "6.116.0",
    "web_accessible_resources": [
        "content_helper.js"
    ]
}