Liteforex Copy Trade
This bot copy data extension
Apa itu Liteforex Copy Trade?
Liteforex Copy Trade adalah ekstensi Chrome yang dikembangkan oleh Fxcom. Itgroup, dan fitur utamanya adalah "This bot copy data extension".
Screenshot Ekstensi
Unduh Berkas CRX Ekstensi Liteforex Copy Trade
Unduh file ekstensi Liteforex Copy Trade dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.
Petunjuk Penggunaan Ekstensi
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
Informasi Dasar Ekstensi
Nama | Liteforex Copy Trade |
ID | cdgenckhkdajaoncpmlfgdffajdiigmh |
URL Resmi | https://chromewebstore.google.com/detail/liteforex-copy-trade/cdgenckhkdajaoncpmlfgdffajdiigmh |
Deskripsi | This bot copy data extension |
Ukuran File | 188 KB |
Jumlah Instalasi | 35 |
Versi Saat Ini | 2.2.4 |
Terakhir Diperbarui | 2020-12-08 |
Tanggal Publikasi | 2020-07-31 |
Pengembang | Fxcom. Itgroup |
[email protected] | |
Tipe Pembayaran | free |
URL Halaman Kebijakan Privasi | https://docs.google.com/document/d/1082EH-injA9Tx0GHHntvpnudMvlC47WGuCLtyizMJ-Y/edit?usp=sharing |
Bahasa yang Didukung | 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" } } |