Watchlist Importer for TradingView

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

Qu'est-ce que Watchlist Importer for TradingView ?

Watchlist Importer for TradingView est une extension Chrome développée par sempervictoria, et sa fonction principale est "Watchlist importer provides to import several crypto exchange markets' list to your account.".

Captures d'Écran de l'Extension

screenshot
screenshot
screenshot

Télécharger le fichier CRX de l'extension Watchlist Importer for TradingView

Téléchargez les fichiers d'extension Watchlist Importer for TradingView au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

                        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.                    

Informations de Base sur l'Extension

Nom Watchlist Importer for TradingView Watchlist Importer for TradingView
ID jepfegahkjbcacpkgceppnocjnckbbnh
URL Officiel https://chromewebstore.google.com/detail/watchlist-importer-for-tr/jepfegahkjbcacpkgceppnocjnckbbnh
Description Watchlist importer provides to import several crypto exchange markets' list to your account.
Taille du Fichier 17.44 KB
Nombre d'Installations 696
Version Actuelle 0.0.0.3
Dernière Mise à Jour 2022-08-09
Date de Publication 2022-08-06
Évaluation 5.00/5 Total 6 Évaluations
Développeur sempervictoria
Email [email protected]
Type de Paiement free
Langues Prises en Charge 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\/*"
    ]
}