ProfitView

Advanced TradingView automation, order and position management.

ProfitViewとは何ですか?

ProfitViewはhttps://profitview.appによって開発されたChromeの拡張機能で、その主な機能は「Advanced TradingView automation, order and position management.」です。

拡張機能のスクリーンショット

screenshot
screenshot
screenshot
screenshot
screenshot

ProfitView拡張機能のCRXファイルをダウンロード

ProfitView拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。

拡張機能の使用方法

                        ProfitView provides users with an advanced toolset to automate order placement, position management/monitoring and balance tracking on all of its supported exchanges – fully customizable with a simple yet versatile scripting language that reacts either to TradingView Alerts, utilizing ANY of the numerous available technical indicators and custom scripts on the platform, or to its internal scheduler enabling scripts to run on fully customizable intervals.

ProfitView comes in the form of a Google Chrome extension that can easily be installed on a VPS for 24/7 usage, or if preferred on your local workstation to fulfill it's duty quietly in the background with the ability to send fully customizable notifications about all of it's actions via Email, Discord, Telegram or IFTTT.

(for a current list of all supported exchanges please see our website)                    

拡張機能の基本情報

名前 ProfitView ProfitView
ID gmflieilmcgbdepadibceklnjbjimpof
公式URL https://chromewebstore.google.com/detail/profitview/gmflieilmcgbdepadibceklnjbjimpof
説明 Advanced TradingView automation, order and position management.
ファイルサイズ 1.01 MB
インストール数 1,160
現在のバージョン 1.3.59 (2023-11-15)
最終更新日 2023-11-22
公開日 2020-07-02
評価 4.29/5 合計 24 レビュー
開発者 https://profitview.app
Eメール [email protected]
支払い方法 free
拡張機能のウェブサイト https://profitview.app/
ヘルプページのURL https://wiki.profitview.app/faq
プライバシーポリシーページのURL https://profitview.app/privacy
対応言語 en
manifest.json
{
    "author": "ProfitView LLC",
    "background": {
        "persistent": true,
        "scripts": [
            "js\/libs\/bignumber-9.1.1.min.js",
            "js\/libs\/jsSHA-2.4.2.min.js",
            "js\/libs\/md5.js",
            "js\/libs\/jquery-3.7.0.min.js",
            "js\/libs\/jquery.signalr-2.4.2.min.js",
            "js\/libs\/plog.js",
            "js\/Storage.js",
            "js\/functions.js",
            "js\/NumberObject.js",
            "js\/Command.js",
            "js\/Exchange.js",
            "js\/exchanges\/Binance.js",
            "js\/exchanges\/BinanceUS.js",
            "js\/exchanges\/BinanceFutures.js",
            "js\/exchanges\/BinanceFuturesTestnet.js",
            "js\/exchanges\/Bitfinex.js",
            "js\/exchanges\/BitMEX.js",
            "js\/exchanges\/BitMEXTestnet.js",
            "js\/exchanges\/Bittrex.js",
            "js\/exchanges\/Bybit.js",
            "js\/exchanges\/BybitTestnet.js",
            "js\/exchanges\/BybitV5.js",
            "js\/exchanges\/BybitV5Testnet.js",
            "js\/exchanges\/CoinbasePro.js",
            "js\/exchanges\/CoinbaseProSandbox.js",
            "js\/exchanges\/Deribit.js",
            "js\/exchanges\/DeribitTestnet.js",
            "js\/exchanges\/FTX.js",
            "js\/exchanges\/FTXUS.js",
            "js\/exchanges\/Gemini.js",
            "js\/exchanges\/GeminiSandbox.js",
            "js\/exchanges\/Kraken.js",
            "js\/exchanges\/KrakenFutures.js",
            "js\/exchanges\/KrakenFuturesDemo.js",
            "js\/exchanges\/KuCoin.js",
            "js\/exchanges\/KuCoinSandbox.js",
            "js\/exchanges\/KuMEX.js",
            "js\/exchanges\/KuMEXSandbox.js",
            "js\/exchanges\/OANDA.js",
            "js\/exchanges\/OANDASandbox.js",
            "js\/exchanges\/OKCoin.js",
            "js\/exchanges\/OKEX.js",
            "js\/exchanges\/OKEXDemo.js",
            "js\/exchanges\/Phemex.js",
            "js\/exchanges\/PhemexTestnet.js",
            "js\/exchanges\/Poloniex.js",
            "js\/exchanges\/SimpleFX.js",
            "js\/exchanges\/SimpleFXSandbox.js",
            "background.js"
        ]
    },
    "browser_action": {
        "default_icon": {
            "19": "img\/icons\/19.png",
            "38": "img\/icons\/38.png"
        },
        "default_popup": "popup.html",
        "default_title": "ProfitView"
    },
    "content_scripts": [
        {
            "js": [
                "js\/functions.js",
                "content.js"
            ],
            "matches": [
                "https:\/\/*.tradingview.com\/*"
            ],
            "run_at": "document_start"
        }
    ],
    "content_security_policy": "script-src 'self'; object-src 'self'",
    "description": "Advanced TradingView automation, order and position management.",
    "icons": {
        "128": "img\/icons\/128.png",
        "16": "img\/icons\/16.png",
        "48": "img\/icons\/48.png"
    },
    "manifest_version": 2,
    "minimum_chrome_version": "74.0",
    "name": "ProfitView",
    "optional_permissions": [
        "clipboardWrite",
        "https:\/\/api.binance.com\/*",
        "https:\/\/api.binance.us\/*",
        "https:\/\/fapi.binance.com\/fapi\/*",
        "https:\/\/dapi.binance.com\/dapi\/*",
        "https:\/\/testnet.binancefuture.com\/*",
        "https:\/\/api.bitfinex.com\/*",
        "https:\/\/www.bitmex.com\/api\/*",
        "https:\/\/testnet.bitmex.com\/api\/*",
        "https:\/\/bittrex.com\/api\/*",
        "https:\/\/api.bybit.com\/*",
        "https:\/\/api-testnet.bybit.com\/*",
        "https:\/\/api.pro.coinbase.com\/*",
        "https:\/\/api-public.sandbox.pro.coinbase.com\/*",
        "https:\/\/www.deribit.com\/api\/*",
        "https:\/\/test.deribit.com\/api\/*",
        "https:\/\/ftx.com\/api\/*",
        "https:\/\/ftx.us\/api\/*",
        "https:\/\/otc.ftx.com\/api\/time",
        "https:\/\/api.gemini.com\/*",
        "https:\/\/api.sandbox.gemini.com\/*",
        "https:\/\/api.kraken.com\/*",
        "https:\/\/futures.kraken.com\/derivatives\/api\/*",
        "https:\/\/demo-futures.kraken.com\/derivatives\/api\/*",
        "https:\/\/openapi-v2.kucoin.com\/api\/*",
        "https:\/\/openapi-sandbox.kucoin.com\/api\/*",
        "https:\/\/api-futures.kucoin.com\/api\/*",
        "https:\/\/api-sandbox-futures.kucoin.com\/api\/*",
        "https:\/\/api-fxtrade.oanda.com\/*",
        "https:\/\/api-fxpractice.oanda.com\/*",
        "https:\/\/www.okcoin.com\/api\/*",
        "https:\/\/www.okx.com\/api\/*",
        "https:\/\/api.phemex.com\/*",
        "https:\/\/vapi.phemex.com\/*",
        "https:\/\/testnet-api.phemex.com\/*",
        "https:\/\/poloniex.com\/tradingApi",
        "https:\/\/rest.simplefx.com\/api\/*",
        "https:\/\/simplefx.com\/utils\/instruments.json",
        "https:\/\/webquotes-v3.simplefx.com\/*",
        "https:\/\/discord.com\/api\/*",
        "https:\/\/api.telegram.org\/*",
        "https:\/\/maker.ifttt.com\/*",
        "https:\/\/api.twilio.com\/*"
    ],
    "options_page": "options.html",
    "permissions": [
        "identity",
        "identity.email",
        "storage",
        "unlimitedStorage",
        "webRequest",
        "webRequestBlocking",
        "https:\/\/*.profitview.app\/*",
        "https:\/\/*.tradingview.com\/*",
        "https:\/\/pro-api.coinmarketcap.com\/v1\/*"
    ],
    "key": "MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEAumpnkXlx8aOp9mr89+hC3Me5s0l009GMF8Rdd+dpBQmpGtuQTXax12zv4dtCMxkf7i82y7yKjIDt6RHi4gzE\/0vTmtLW5Zkyj60lfihwPOWy+5J6gFrvqDZq3n67Dx12ZdUHD\/aHv+2C8iiRNxOqib4CyYzEGL+NfqU65IAIqJ7UXJ+pd5LU7ENHdO+KONsgeNzDH8s2xpQwZX7sOhv+zNtE9ZIE0GWkx0rhldrPBA2oxmTFyIRndv6UCtHTPkqk2Xa17f\/YkVMImK6zJZtQ1FViNYpF8i1mKcMGnQSeOm6i6jQCTCfZX6IsCy5NMDzsFmMrGu4LTZHwIGGdBKNZ0QIDAQAB",
    "oauth2": {
        "client_id": "54395327926-k49pir926vhl5v54fi62624ceqcis2co.apps.googleusercontent.com",
        "scopes": [
            "https:\/\/www.googleapis.com\/auth\/gmail.send"
        ]
    },
    "short_name": "ProfitView",
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "version": "1.3.59",
    "version_name": "1.3.59 (2023-11-15)",
    "web_accessible_resources": [
        "js\/libs\/css\/fonts\/context-menu-icons.woff2",
        "js\/libs\/css\/fonts\/glyphicons-halflings-regular.woff2",
        "js\/libs\/css\/jquery.contextMenu-2.9.2.min.css",
        "js\/libs\/jquery-3.7.0.min.js",
        "js\/libs\/jquery.contextMenu-2.9.2.min.js",
        "js\/libs\/jquery.ui.position-1.12.1.min.js",
        "js\/libs\/html2canvas-1.4.1.min.js",
        "js\/libs\/plog.js",
        "js\/functions.js",
        "js\/ProfitViewAddon.js",
        "img\/icons\/19.png"
    ]
}