Watchlist Importer for TradingView

Watchlist importer provides to import several crypto exchange markets' list to your account.

O que é Watchlist Importer for TradingView?

Watchlist Importer for TradingView é uma extensão do Chrome desenvolvida por sempervictoria, e sua principal característica é "Watchlist importer provides to import several crypto exchange markets' list to your account.".

Capturas de Tela da Extensão

screenshot
screenshot
screenshot

Baixar o arquivo CRX da Extensão Watchlist Importer for TradingView

Baixe arquivos de extensão Watchlist Importer for TradingView no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.

Instruções de Uso da Extensão

                        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.                    

Informações Básicas da Extensão

Nome Watchlist Importer for TradingView Watchlist Importer for TradingView
ID jepfegahkjbcacpkgceppnocjnckbbnh
URL Oficial https://chromewebstore.google.com/detail/watchlist-importer-for-tr/jepfegahkjbcacpkgceppnocjnckbbnh
Descrição Watchlist importer provides to import several crypto exchange markets' list to your account.
Tamanho do Arquivo 17.44 KB
Contagem de Instalações 696
Versão Atual 0.0.0.3
Última Atualização 2022-08-09
Data de Publicação 2022-08-06
Classificação 5.00/5 Total de 6 Avaliações
Desenvolvedor sempervictoria
Email [email protected]
Tipo de Pagamento free
Idiomas Suportados 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\/*"
    ]
}