ProfitView
Advanced TradingView automation, order and position management.
什么是ProfitView?
ProfitView是由https://profitview.app开发的Chrome扩展程序,该扩展的主要功能是“Advanced TradingView automation, order and position management.”。
扩展截图
下载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 |
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 |
电子邮箱 | [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" ] } |