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.”。

扩展截图

screenshot
screenshot
screenshot

下载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.                    

扩展基本信息

名称 Watchlist Importer for TradingView Watchlist Importer for TradingView
ID jepfegahkjbcacpkgceppnocjnckbbnh
官方URL 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\/*"
    ]
}