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 είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον sempervictoria, και η κύρια λειτουργία του είναι "Watchlist importer provides to import several crypto exchange markets' list to your account.".

Στιγμιότυπα Επέκτασης

screenshot
screenshot
screenshot

Λήψη αρχείου CRX της επέκτασης Watchlist Importer for TradingView

Λήψη αρχείων επέκτασης 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
Ηλεκτρονικό ταχυδρομείο [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\/*"
    ]
}