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文件
下載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 擴展基本資訊
| 名稱 | |
| ID | cdgenckhkdajaoncpmlfgdffajdiigmh |
| 官方網址 | 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"
}
} | |