Autoview

Automate your trades with TradingView alerts

Autoview란 무엇입니까?

Autoview은(는) https://autoview.com에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Automate your trades with TradingView alerts"입니다.

확장 프로그램 스크린샷

screenshot
screenshot
screenshot

Autoview 확장 프로그램 CRX 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        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/                    

확장 프로그램 기본 정보

이름 Autoview Autoview
ID okdhadoplaoehmeldlpakhpekjcpljmb
공식 URL https://chromewebstore.google.com/detail/autoview/okdhadoplaoehmeldlpakhpekjcpljmb
설명 Automate your trades with TradingView alerts
파일 크기 573 KB
설치 횟수 10,000
현재 버전 6.116.0
최근 업데이트 2024-03-07
출시 날짜 2020-06-25
평점 4.00/5 총 80 개의 평점
개발자 https://autoview.com
이메일 [email protected]
결제 유형 in_app
확장 프로그램 웹 사이트 https://autoview.com/
도움말 페이지 URL https://use.autoview.com/
개인정보 보호 정책 페이지 URL https://autoview.com/privacy-policy
지원되는 언어 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"
    ]
}