Watchlist Importer for TradingView
Watchlist importer provides to import several crypto exchange markets' list to your account.
什麼是Watchlist Importer for TradingView?
Watchlist Importer for TradingView是由sempervictoria開發的Chrome擴展程式,該擴展的主要功能是“Watchlist importer provides to import several crypto exchange markets' list to your account.”。
擴展截圖
下載Watchlist Importer for TradingView擴展crx文件
下載Watchlist Importer for TradingView擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。
擴展使用說明
What's new on that version: Some automations are added as refreshing page manually. You can import the crypto currency lists to your account from several exchange market such as binance, coinbase, kucoin etc. With that importer extension, you can also clean easily your watchlists. Watchlist importer works with watchlist which is active on the website. Also the extension tells your active list. Importer affects on that active list. Watchlists approve maximum 1000 symbol in basic plan account, and some ALL Market options cannot be worked.
擴展基本資訊
名稱 | |
ID | jepfegahkjbcacpkgceppnocjnckbbnh |
官方網址 | https://chromewebstore.google.com/detail/watchlist-importer-for-tr/jepfegahkjbcacpkgceppnocjnckbbnh |
簡介 | Watchlist importer provides to import several crypto exchange markets' list to your account. |
檔案大小 | 17.44 KB |
安裝次數 | 696 |
目前版本 | 0.0.0.3 |
更新時間 | 2022-08-09 |
上架時間 | 2022-08-06 |
評分 | 5.00/5 共 6 次評分 |
開發者 | sempervictoria |
電子郵箱 | [email protected] |
付費類型 | free |
支援的語言 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Watchlist Importer for TradingView", "description": "Watchlist importer provides to import several crypto exchange markets' list to your account.", "version": "0.0.0.3", "manifest_version": 3, "background": { "service_worker": "background.js" }, "permissions": [ "activeTab", "scripting" ], "action": { "default_popup": "popup.html", "default_icon": { "16": "\/images\/favicon-16x16.png", "32": "\/images\/favicon-32x32.png", "96": "\/images\/favicon-96x96.png" } }, "icons": { "16": "\/images\/favicon-16x16.png", "32": "\/images\/favicon-32x32.png", "96": "\/images\/favicon-96x96.png" }, "host_permissions": [ "https:\/\/sandwichfinance.blob.core.windows.net\/*", "https:\/\/tradingview.com\/*", "https:\/\/*.tradingview.com\/*" ] } |