vfxAlert signals panel

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

什麼是vfxAlert signals panel?

vfxAlert signals panel是由https://vfxalert.com開發的Chrome擴展程式,該擴展的主要功能是“vfxAlert signals panel. Simply embed to broker trading panel page.”。

擴展截圖

screenshot
screenshot
screenshot
screenshot

下載vfxAlert signals panel擴展crx文件

下載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
官方網址 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
}