Watchlist Importer for TradingView
Watchlist importer provides to import several crypto exchange markets' list to your account.
Was ist Watchlist Importer for TradingView?
Watchlist Importer for TradingView ist eine Chrome-Erweiterung, die von sempervictoria entwickelt wurde, und ihr Hauptmerkmal ist "Watchlist importer provides to import several crypto exchange markets' list to your account.".
Erweiterungsscreenshots
Watchlist Importer for TradingView-Erweiterungs-CRX-Datei herunterladen
Laden Sie Watchlist Importer for TradingView-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.
Anleitung zur Verwendung der Erweiterung
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.
Grundlegende Informationen zur Erweiterung
Name | |
ID | jepfegahkjbcacpkgceppnocjnckbbnh |
Offizielle URL | https://chromewebstore.google.com/detail/watchlist-importer-for-tr/jepfegahkjbcacpkgceppnocjnckbbnh |
Beschreibung | Watchlist importer provides to import several crypto exchange markets' list to your account. |
Dateigröße | 17.44 KB |
Installationsanzahl | 696 |
Aktuelle Version | 0.0.0.3 |
Letztes Update | 2022-08-09 |
Veröffentlichungsdatum | 2022-08-06 |
Bewertung | 5.00/5 Insgesamt 6 Bewertungen |
Entwickler | sempervictoria |
[email protected] | |
Zahlungsart | free |
Unterstützte Sprachen | 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\/*" ] } |