vfxAlert signals panel

vfxAlert signals panel. Simply embed to broker trading panel page.

Что такое vfxAlert signals panel?

vfxAlert signals panel - это расширение Chrome, разработанное https://vfxalert.com, и его основная функция - "vfxAlert signals panel. Simply embed to broker trading panel page.".

Снимки экрана расширения

screenshot
screenshot
screenshot
screenshot

Скачать файл CRX расширения vfxAlert signals panel

Скачайте файлы расширений vfxAlert signals panel в формате crx, установите расширения Chrome вручную в браузере или поделитесь файлами crx с друзьями, чтобы легко установить расширения Chrome.

Инструкции по использованию расширения

                        Get this extension to access the vfxAlert signals for binary options quickly.
We created this extension to let the users open the new version of vfxAlert signals.
vfxAlert is the assistant program providing the signals for binary options trading. User sets the time interval for the forecast, opens the necessary broker’s platform and follows the signal. All necessary information is located in one working window. Signal is displayed on the left panel, where trader can see the movement of currency, degree of signal’s confidence and time of its changing. On the right panel, the user sees the broker’s platform and the quantity of funds on the personal account.  

Trading has never been easier! 
vfxAlert                    

Основная информация о расширении

Название vfxAlert signals panel vfxAlert signals panel
ID eaoefmgbepkgdmgnbhnpjfkfjdmpepcb
Официальный URL https://chromewebstore.google.com/detail/vfxalert-signals-panel/eaoefmgbepkgdmgnbhnpjfkfjdmpepcb
Описание vfxAlert signals panel. Simply embed to broker trading panel page.
Размер файла 148 KB
Количество установок 929
Текущая Версия 1.03
Последнее Обновление 2023-08-10
Дата публикации 2020-12-10
Рейтинг 4.50/5 Всего 10 оценок
Разработчик https://vfxalert.com
Электронная почта [email protected]
Тип оплаты free
Официальный сайт расширения http://vfxalert.com/
Поддерживаемые языки en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "vfxAlert signals panel",
    "description": "vfxAlert signals panel. Simply embed to broker trading panel page.",
    "version": "1.03",
    "browser_action": {
        "default_title": "Settings",
        "default_popup": "settings\/index.html"
    },
    "icons": {
        "16": "icons\/16.png",
        "48": "icons\/48.png",
        "128": "icons\/128.png"
    },
    "permissions": [
        "",
        "*:\/\/*\/*",
        "storage",
        "cookies"
    ],
    "background": {
        "scripts": [
            "background.js"
        ],
        "persistent": false
    },
    "content_scripts": [
        {
            "matches": [
                "*:\/\/*.iqoption.com\/traderoom*",
                "*:\/\/*.olymptrade.com\/platform*",
                "*:\/\/*.binomo.com\/*",
                "*:\/\/*.pocketoption.com\/*",
                "*:\/\/*.quotex.com\/*",
                "*:\/\/*.qxbroker.com\/*"
            ],
            "js": [
                "content.js"
            ],
            "run_at": "document_end",
            "all_frames": true
        }
    ],
    "manifest_version": 2
}