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 sempervictoria द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Watchlist importer provides to import several crypto exchange markets' list to your account."।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में Watchlist Importer for TradingView एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।
एक्सटेंशन उपयोग निर्देश
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.
एक्सटेंशन की मूल जानकारी
नाम | |
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\/*" ] } |