Liteforex Copy Trade

This bot copy data extension

什么是Liteforex Copy Trade?

Liteforex Copy Trade是由Fxcom. Itgroup开发的Chrome扩展程序,该扩展的主要功能是“This bot copy data extension”。

扩展截图

screenshot

下载Liteforex Copy Trade扩展crx文件

下载Liteforex Copy Trade扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。

扩展使用说明

                        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 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"
    }
}