BELOBOT OlympTrade
OlympTrade bot - Robot for automated trading on the Olymp Trade platform.
BELOBOT OlympTrade란 무엇입니까?
BELOBOT OlympTrade은(는) https://olymptrade.belobot.ru에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "OlympTrade bot - Robot for automated trading on the Olymp Trade platform."입니다.
확장 프로그램 스크린샷
BELOBOT OlympTrade 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
The robot automatically makes deals on the Olymp Trade platform using cloud algorithms.
확장 프로그램 기본 정보
이름 | BELOBOT OlympTrade |
ID | lpialkggbjcpeldnmlfacbplhfpfhgff |
공식 URL | https://chromewebstore.google.com/detail/belobot-olymptrade/lpialkggbjcpeldnmlfacbplhfpfhgff |
설명 | OlympTrade bot - Robot for automated trading on the Olymp Trade platform. |
파일 크기 | 111 KB |
설치 횟수 | 279 |
현재 버전 | 5.0.1 |
최근 업데이트 | 2022-02-03 |
출시 날짜 | 2021-08-21 |
평점 | 3.67/5 총 3 개의 평점 |
개발자 | https://olymptrade.belobot.ru |
이메일 | [email protected] |
결제 유형 | free |
확장 프로그램 웹 사이트 | https://olymptrade.belobot.ru |
도움말 페이지 URL | https://olymptrade.belobot.ru/contacts |
지원되는 언어 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "name": "BELOBOT OlympTrade", "version": "5.0.1", "author": "Vitaly Belov", "description": "OlympTrade bot - Robot for automated trading on the Olymp Trade platform.", "short_name": "belobot OT", "icons": { "16": ".\/icon\/icon_16.png", "48": ".\/icon\/icon_48.png", "128": ".\/icon\/icon_128.png" }, "action": { "default_icon": { "19": ".\/icon\/icon_19.png", "38": ".\/icon\/icon_38.png" } }, "homepage_url": "https:\/\/olymptrade.belobot.ru", "content_scripts": [ { "matches": [ "https:\/\/olymptrade.com\/*" ], "js": [ "document_end.js" ], "run_at": "document_end", "css": [ ".\/css\/style.min.css" ] }, { "matches": [ "https:\/\/olymptrade.com\/*" ], "js": [ "document_start.js" ], "run_at": "document_start" } ], "host_permissions": [ "https:\/\/*.olymptrade.com\/" ], "web_accessible_resources": [ { "resources": [ "web_accessible_resources.js", "ani30.gif", "icon\/icon_30.png" ], "matches": [ "https:\/\/olymptrade.com\/*" ] } ], "externally_connectable": { "matches": [ "https:\/\/olymptrade.com\/*" ] } } |