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 مع الأصدقاء لتثبيت الامتدادات بسهولة.

تعليمات استخدام التمديد

                        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
عنوان صفحة سياسة الخصوصية 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"
    }
}