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 |
| 公式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 |
| Eメール | [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"
}
} | |