Autoview

Automate your trades with TradingView alerts

Cos'è Autoview?

Autoview è un'estensione di Chrome sviluppata da https://autoview.com, e la sua funzione principale è "Automate your trades with TradingView alerts".

Screenshot dell'Estensione

screenshot
screenshot
screenshot

Scarica il file CRX dell'estensione Autoview

Scarica i file di estensione Autoview in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

                        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/                    

Informazioni di Base sull'Estensione

Nome Autoview Autoview
ID okdhadoplaoehmeldlpakhpekjcpljmb
URL Ufficiale https://chromewebstore.google.com/detail/autoview/okdhadoplaoehmeldlpakhpekjcpljmb
Descrizione Automate your trades with TradingView alerts
Dimensione del File 573 KB
Conteggio Installazioni 10,000
Versione Corrente 6.116.0
Ultimo Aggiornamento 2024-03-07
Data di Pubblicazione 2020-06-25
Valutazione 4.00/5 Totale 80 Valutazioni
Sviluppatore https://autoview.com
Email [email protected]
Tipo di Pagamento in_app
Sito Web dell'Estensione https://autoview.com/
URL della Pagina di Aiuto https://use.autoview.com/
URL della Pagina della Politica sulla Privacy https://autoview.com/privacy-policy
Lingue Supportate 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"
    ]
}