Necoyoad Crypto Trader Assistant
UI Assistant for Binance, Huobi, BW, ZB and others international exchangers
Necoyoad Crypto Trader Assistant là gì?
Necoyoad Crypto Trader Assistant là một tiện ích mở rộng Chrome được phát triển bởi Necoyoad, và tính năng chính của nó là "UI Assistant for Binance, Huobi, BW, ZB and others international exchangers".
Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng
Tải xuống tệp CRX của tiện ích mở rộng Necoyoad Crypto Trader Assistant
Tải xuống các tệp mở rộng Necoyoad Crypto Trader Assistant dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.
Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng
It shows features that makes the trading easier and profitable. Don´t need API access nor any access data
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | Necoyoad Crypto Trader Assistant |
ID | gohgaliidhnkpanhibpmneeiijmndbba |
URL Chính Thức | https://chromewebstore.google.com/detail/necoyoad-crypto-trader-as/gohgaliidhnkpanhibpmneeiijmndbba |
Mô tả | UI Assistant for Binance, Huobi, BW, ZB and others international exchangers |
Kích Thước Tệp | 73.95 KB |
Số Lần Cài Đặt | 50 |
Phiên Bản Hiện Tại | 1.0.3 |
Cập Nhật Lần Cuối | 2019-09-20 |
Ngày Phát Hành | 2019-09-20 |
Nhà Phát Triển | Necoyoad |
[email protected] | |
Loại Thanh Toán | free |
Trang Web Mở Rộng | https://www.necoyoad.com/ |
URL Trang Trợ Giúp | https://www.necoyoad.com/ |
URL Trang Chính Sách Bảo Mật | http://www.necoyoad.com |
Ngôn Ngữ Được Hỗ Trợ | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Necoyoad Crypto Trader Assistant", "version": "1.0.3", "description": "UI Assistant for Binance, Huobi, BW, ZB and others international exchangers", "permissions": [ "activeTab", "declarativeContent", "storage" ], "page_action": { "default_popup": "popup.html", "default_icon": { "16": "images\/logo-16x16.png", "32": "images\/logo-32x32.png", "48": "images\/logo-48x48.png", "64": "images\/logo-64x64.png", "128": "images\/logo-128x128.png", "256": "images\/logo-256x256.png" } }, "icons": { "16": "images\/logo-16x16.png", "32": "images\/logo-32x32.png", "48": "images\/logo-48x48.png", "64": "images\/logo-64x64.png", "128": "images\/logo-128x128.png", "256": "images\/logo-256x256.png" }, "content_scripts": [ { "matches": [ "https:\/\/*\/*" ], "js": [ "prototypes.js", "helpers.js", "lang.js", "functions.js", "assistant.js" ] } ], "manifest_version": 2 } |