Liteforex Copy Trade
This bot copy data extension
Liteforex Copy Trade란 무엇입니까?
Liteforex Copy Trade은(는) Fxcom. Itgroup에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "This bot copy data extension"입니다.
확장 프로그램 스크린샷
Liteforex Copy Trade 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
The cord is a utility that helps users copy and store data. Consists of two main functions of copying one and multiple copies. Copyright © 2005-2020 LiteForex.com
확장 프로그램 기본 정보
이름 | Liteforex Copy Trade |
ID | cdgenckhkdajaoncpmlfgdffajdiigmh |
공식 URL | https://chromewebstore.google.com/detail/liteforex-copy-trade/cdgenckhkdajaoncpmlfgdffajdiigmh |
설명 | This bot copy data extension |
파일 크기 | 188 KB |
설치 횟수 | 35 |
현재 버전 | 2.2.4 |
최근 업데이트 | 2020-12-08 |
출시 날짜 | 2020-07-31 |
개발자 | Fxcom. Itgroup |
이메일 | [email protected] |
결제 유형 | free |
개인정보 보호 정책 페이지 URL | https://docs.google.com/document/d/1082EH-injA9Tx0GHHntvpnudMvlC47WGuCLtyizMJ-Y/edit?usp=sharing |
지원되는 언어 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Liteforex Copy Trade", "author": "fxcomit", "description": "This bot copy data extension", "version": "2.2.4", "manifest_version": 2, "content_scripts": [ { "matches": [ "https:\/\/*.zulutrade.com\/*" ], "js": [ "content.js", "jquery-3.2.1.min.js", "toastr.min.js" ], "css": [ "toastr.min.css" ] } ], "background": { "scripts": [ "background.js" ] }, "permissions": [ "https:\/\/*.zulutrade.com\/*", "https:\/\/fxitgroup.com\/*", "https:\/\/localhost\/*", "tabs", "contextMenus" ], "browser_action": { "default_title": "This bot copy data extension", "default_icon": "img\/logo16.png", "default_popup": "popup.html" }, "icons": { "16": "img\/logo16.png", "48": "img\/logo48.png", "128": "img\/logo128.png" } } |