Liteforex Copy Trade

This bot copy data extension

Liteforex Copy Tradeคืออะไร?

Liteforex Copy Trade เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Fxcom. Itgroup และคุณลักษณะหลักของมันคือ "This bot copy data extension"

ภาพหน้าจอของส่วนขยาย

screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Liteforex Copy Trade

ดาวน์โหลดไฟล์ส่วนขยาย 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"
    }
}