Liteforex Copy Trade
This bot copy data extension
What is Liteforex Copy Trade?
Liteforex Copy Trade is a Chrome extension developed by Fxcom. Itgroup, and its main feature is "This bot copy data extension".
Extension Screenshots
Download Liteforex Copy Trade Extension CRX File
Download Liteforex Copy Trade extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
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
Extension Basic Information
Name | Liteforex Copy Trade |
ID | cdgenckhkdajaoncpmlfgdffajdiigmh |
Official URL | https://chromewebstore.google.com/detail/liteforex-copy-trade/cdgenckhkdajaoncpmlfgdffajdiigmh |
Description | This bot copy data extension |
File Size | 188 KB |
Installation Count | 35 |
Current Version | 2.2.4 |
Last Updated | 2020-12-08 |
Publish Date | 2020-07-31 |
Developer | Fxcom. Itgroup |
[email protected] | |
Payment Type | free |
Privacy Policy Page URL | https://docs.google.com/document/d/1082EH-injA9Tx0GHHntvpnudMvlC47WGuCLtyizMJ-Y/edit?usp=sharing |
Supported Languages | 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" } } |