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
Eメール [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\/*"
    ]
}