Watchlist Importer for TradingView
Watchlist importer provides to import several crypto exchange markets' list to your account.
Cos'è Watchlist Importer for TradingView?
Watchlist Importer for TradingView è un'estensione di Chrome sviluppata da sempervictoria, e la sua funzione principale è "Watchlist importer provides to import several crypto exchange markets' list to your account.".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione Watchlist Importer for TradingView
Scarica i file di estensione Watchlist Importer for TradingView in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.
Istruzioni per l'Uso dell'Estensione
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.
Informazioni di Base sull'Estensione
Nome | |
ID | jepfegahkjbcacpkgceppnocjnckbbnh |
URL Ufficiale | https://chromewebstore.google.com/detail/watchlist-importer-for-tr/jepfegahkjbcacpkgceppnocjnckbbnh |
Descrizione | Watchlist importer provides to import several crypto exchange markets' list to your account. |
Dimensione del File | 17.44 KB |
Conteggio Installazioni | 696 |
Versione Corrente | 0.0.0.3 |
Ultimo Aggiornamento | 2022-08-09 |
Data di Pubblicazione | 2022-08-06 |
Valutazione | 5.00/5 Totale 6 Valutazioni |
Sviluppatore | sempervictoria |
[email protected] | |
Tipo di Pagamento | free |
Lingue Supportate | 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\/*" ] } |