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에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Watchlist importer provides to import several crypto exchange markets' list to your account."입니다.
확장 프로그램 스크린샷
Watchlist Importer for TradingView 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 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\/*" ] } |